bitcoind-rpc-public-whitelist: add getnodeaddresses

`getnodeaddresses` returns addresses of peers the bitcoind instance
has seen over its lifetime. It's safe for public use.
This commit is contained in:
Erik Arvstedt
2024-07-31 18:13:29 +02:00
parent 7dad87527f
commit fee9dc8c17
2 changed files with 5 additions and 26 deletions
@@ -35,6 +35,7 @@
"getnetworkhashps"
# Network
"getnetworkinfo"
"getnodeaddresses"
"getpeerinfo"
# Rawtransactions
"analyzepsbt"