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:09:45 +02:00
parent 7dad87527f
commit fee9dc8c17
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 5 additions and 26 deletions

View file

@ -35,6 +35,7 @@
"getnetworkhashps"
# Network
"getnetworkinfo"
"getnodeaddresses"
"getpeerinfo"
# Rawtransactions
"analyzepsbt"