Skip to content

Commit 2faaed9

Browse files
committed
change variable name to tokentx
1 parent 4f644fc commit 2faaed9

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
@@ -170,7 +170,7 @@ module.exports = function(getRequest, apiKey) {
170170
* @param {string} sort - Sort asc/desc
171171
* @param {string} contractaddress - Address of ERC20 token contract (if not specified lists transfers for all tokens)
172172
* @example
173-
* var txlist = api.account.tokentx('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', '0x5F988D968cb76c34C87e6924Cc1Ef1dCd4dE75da', 1, 'latest', 'asc');
173+
* var tokentx = api.account.tokentx('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', '0x5F988D968cb76c34C87e6924Cc1Ef1dCd4dE75da', 1, 'latest', 'asc');
174174
* @returns {Promise.<object>}
175175
*/
176176
tokentx(address, contractaddress, startblock, endblock, sort) {

0 commit comments

Comments
 (0)