Skip to content

Commit

Permalink
ethclient: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
CaraWang authored and yysung1123 committed Oct 16, 2024
1 parent c8b982d commit 42e47e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ethclient/ethclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1321,4 +1321,12 @@ var allRPCMethods = []string{
"txpool_status",
"web3_clientVersion",
"web3_sha3",
"debug_getBlockReceipts",
"debug_getTotalDifficulty",
"debug_getTransferLogs",
"debug_getTrieFlushInterval",
"debug_setTrieFlushInterval",
"eth_getBalanceByHash",
"eth_newQueuedTransactionFilter",
"eth_newQueuedTransactions",
}

0 comments on commit 42e47e1

Please sign in to comment.