Skip to content

Commit 60136ec

Browse files
committed
Fix page, offset as parameters of tokentx
1 parent 5a0fc31 commit 60136ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = function(getRequest, apiKey) {
173173
* var tokentx = api.account.tokentx('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', '0x5F988D968cb76c34C87e6924Cc1Ef1dCd4dE75da', 1, 'latest', 'asc');
174174
* @returns {Promise.<object>}
175175
*/
176-
tokentx(address, contractaddress, startblock, endblock, sort) {
176+
tokentx(address, contractaddress, startblock, endblock, page, offset, sort) {
177177
const module = 'account';
178178
const action = 'tokentx';
179179

0 commit comments

Comments
 (0)