aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-09-27 00:05:13 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-10-18 23:26:06 +0100
commitd56a0689354fb814510c6c393f3e07ac9362dc1f (patch)
treecb94a22ab533d6cdb0540375173f2c6751b80bd3 /doc
parent0cb3cad166bbeb75e9cc1512286453f8e7d4f717 (diff)
downloadbitcoin-d56a0689354fb814510c6c393f3e07ac9362dc1f.tar.xz
docs: Add release notes for listwalletdir RPC
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-13152.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes-13152.md b/doc/release-notes-13152.md
index 72526f5355..ace56f4d1b 100644
--- a/doc/release-notes-13152.md
+++ b/doc/release-notes-13152.md
@@ -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. \ No newline at end of file
+- `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.