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 Howard Sun committed Oct 30, 2023
1 parent 8dbdb28 commit 12f61c6
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 @@ -1269,4 +1269,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 12f61c6

Please sign in to comment.