This backports core's PR10604 and fixes T172.
Details
Details
- Reviewers
jasonbcox matiu - Group Reviewers
Restricted Project - Maniphest Tasks
- T172: Backport core PR10604: Add listwallets RPC, include wallet name in `getwalletinfo` and add multiwallet test
- Commits
- rSTAGING4cc6a9dda9fb: [wallet] [test] Add listwallets RPC, include wallet name in `getwalletinfo` and…
rABC4cc6a9dda9fb: [wallet] [test] Add listwallets RPC, include wallet name in `getwalletinfo` and…
make check ./test/functional/test_runner.py multiwallet
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- listwallet
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1758 Build 1758: arc lint + arc unit
Event Timeline
src/wallet/wallet.h | ||
---|---|---|
1045–1047 | This looks strange. Are the last 3 comment lines supposed to have //! like the first 2 lines? Alternatively, this could be changed to the /*...*/ format used elsewhere in this file. |