bitcoind: add uptime to the public api whitelist

It is needed by lnd to check bitcoind health status since lnd-0.12.0.
This commit is contained in:
Martin Milata 2021-02-02 22:32:12 +01:00
parent 0c9613d013
commit 86d7db9940
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
[
"echo"
"getinfo"
"uptime"
# Blockchain
"getbestblockhash"
"getblock"