diff --git a/wallet.sh b/wallet.sh index f1cd337..03f1b55 100755 --- a/wallet.sh +++ b/wallet.sh @@ -29,7 +29,7 @@ rpcpassword=${ADMIN_RPC_PASSWORD} rpcallowip=0.0.0.0/0 $(generate_rpcauth_entry $ADMIN_RPC_USER $ADMIN_RPC_PASSWORD) $(generate_rpcauth_entry $RPC_USER $RPC_PASSWORD) -rpcwhitelist=${RPC_USER}:getnetworkinfo,getbalance,sendrawtransaction,listunspent,estimatesmartfee,gettransaction,getrawtransaction,getblock,getblockhash,getblockheader,getblockcount,ping +rpcwhitelist=${RPC_USER}:getnetworkinfo,getbalance,sendrawtransaction,listunspent,estimatesmartfee,gettransaction,getrawtransaction,getblock,getblockhash,getblockheader,getblockcount,getinfo,ping rpcwhitelistdefault=0 [${CHAIN}] @@ -209,4 +209,4 @@ echo "Check bitcoind is running." check_bitcoin_is_running echo "Start bitcoind foreground process" -start_bitcoind \ No newline at end of file +start_bitcoind