docs: Add release notes for listwalletdir RPC

This commit is contained in:
João Barbosa 2018-09-27 00:05:13 +01:00
parent 0cb3cad166
commit d56a068935

View file

@ -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.