Skip to content

Commit

Permalink
Fix etherscan action name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Feb 15, 2024
1 parent 7542ca8 commit 1af9341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class EtherscanService(

fun getTransactionList(address: Address, startBlock: Long): Single<EtherscanResponse> {
return service.accountApi(
action = "txList",
action = "txlist",
address = address.hex,
startBlock = startBlock,
apiKey = apiKey
Expand Down

0 comments on commit 1af9341

Please sign in to comment.