Skip to content

Commit f45a313

Browse files
authored
Merge pull request corpetty#25 from AndreMiras/patch-1
Update account.py fixes sort option
2 parents 138ca5e + 2eb6746 commit f45a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_transaction_page(self, page=1, offset=10000, sort='asc', internal=False)
4545
4646
sort options:
4747
'asc' -> ascending order
48-
'des' -> descending order
48+
'desc' -> descending order
4949
5050
internal options:
5151
True -> Gets the internal transactions of a smart contract

0 commit comments

Comments
 (0)