From c9317912264858f3be1fb11ebf97672743325c24 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 12 Sep 2018 16:43:30 -0700 Subject: [PATCH] docs: after is exclusive --- lib/wallet/txdb.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/wallet/txdb.js b/lib/wallet/txdb.js index 51cc1aef4..95c01b699 100644 --- a/lib/wallet/txdb.js +++ b/lib/wallet/txdb.js @@ -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