mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-20 11:49:07 +02:00
Merge #14291: wallet: Add ListWalletDir utility function
d56a068935docs: Add release notes for listwalletdir RPC (João Barbosa)0cb3cad166qa: Add tests for listwalletdir RPC (João Barbosa)cc3377360crpc: Add listwalletdir RPC (João Barbosa)d1b03b8e5finterfaces: Add getWalletDir and listWalletDir to Node (João Barbosa)fc4db35bfdwallet: Add ListWalletDir utility (João Barbosa) Pull request description: `ListWalletDir` returns all available wallets in the current wallet directory. Based on MeshCollider work in pull #11485. Tree-SHA512: 5843e3dbd1e0449f55bb8ea7c241a536078ff6ffcaad88ce5fcf8963971d48c78600fbc4f44919523b8a92329d5d8a5f567a3e0ccb0270fdd27366e19603a716
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
New RPC methods
|
||||
------------
|
||||
|
||||
- `getnodeaddresses` returns peer addresses known to this node. It may be used to connect to nodes over TCP without using the DNS seeds.
|
||||
- `getnodeaddresses` returns peer addresses known to this node. It may be used to connect to nodes over TCP without using the DNS seeds.
|
||||
- `listwalletdir` returns a list of wallets in the wallet directory which is configured with `-walletdir` parameter.
|
||||
|
||||
Reference in New Issue
Block a user