Skip to content

Commit 2eb6746

Browse files
authored
Update account.py fixes sort option
Descending order is `desc`, not `des`.
1 parent a783f72 commit 2eb6746

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)