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:
parent
7dad87527f
commit
fee9dc8c17
2 changed files with 5 additions and 26 deletions
|
|
@ -35,6 +35,7 @@
|
|||
"getnetworkhashps"
|
||||
# Network
|
||||
"getnetworkinfo"
|
||||
"getnodeaddresses"
|
||||
"getpeerinfo"
|
||||
# Rawtransactions
|
||||
"analyzepsbt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue