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:
parent
0c9613d013
commit
86d7db9940
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
[
|
[
|
||||||
"echo"
|
"echo"
|
||||||
"getinfo"
|
"getinfo"
|
||||||
|
"uptime"
|
||||||
# Blockchain
|
# Blockchain
|
||||||
"getbestblockhash"
|
"getbestblockhash"
|
||||||
"getblock"
|
"getblock"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue