Skip to content

Commit 7dcdeee

Browse files
author
admin
committed
typo fixed
1 parent 35fe3e2 commit 7dcdeee

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
@@ -113,7 +113,7 @@ module.exports = function(getRequest, apiKey) {
113113
* @param {number} offset - Max records to return
114114
* @param {string} sort - Sort asc/desc
115115
* @example
116-
* var txlist = api.account.txlist('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', 1, 'latest', 1, 50, 'asc');
116+
* var txlist = api.account.txlist('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', 1, 'latest', 1, 100, 'asc');
117117
* @returns {Promise.<object>}
118118
*/
119119
txlist(address, startblock, endblock, page, offset, sort) {

0 commit comments

Comments
 (0)