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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/wallet/wallet.h | ||
---|---|---|
1045–1047 ↗ | (On Diff #2737) | 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. |