Skip to content

Commit

Permalink
docs: after is exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonf committed Jun 27, 2019
1 parent 4f96017 commit c931791
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/wallet/txdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,9 @@ class TXDB {
}

/**
* Get all transactions in ascending or decending order
* after a txid and limited at a max of 100 transactions.
* Get all transactions in ascending or decending
* order after a txid (exclusive) and limited at a max
* of 100 transactions.
* @param {Number} acct
* @param {Buffer} txid
* @param {Number} limit
Expand Down

0 comments on commit c931791

Please sign in to comment.