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 8, 2024
1 parent 3a02f3a commit 8c49f67
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 8c49f67

Please sign in to comment.