-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add txn-no as a pagination token into listaccounthistory rpc (#1110)
* Add txn-no as a pegination into listaccounthistory rpc * Added a review comment suggesion * txn is used as a pagination key to search in account history DB * block height and txn are used as keys to search in wallet * txn is used as pagination key to search in wallet * Updated txn logic and tests. * CWalletTx.nIndex is used as txn instead of entry.vout * Update test/functional/rpc_listaccounthistory.py Co-authored-by: surangap <surangatco@gmail.com> Co-authored-by: Anthony Fieroni <bvbfan@abv.bg> Co-authored-by: Prasanna Loganathar <pvl@prasannavl.com>
- Loading branch information
1 parent
2419f51
commit 2471a96
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters