From be003851dfde758004bbbaa32c4b0a41f23c395f Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Tue, 3 Dec 2024 15:33:32 -0800 Subject: [PATCH] Add ping command to whitelist --- wallet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet.sh b/wallet.sh index 3efa7d1..f1cd337 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 +rpcwhitelist=${RPC_USER}:getnetworkinfo,getbalance,sendrawtransaction,listunspent,estimatesmartfee,gettransaction,getrawtransaction,getblock,getblockhash,getblockheader,getblockcount,ping rpcwhitelistdefault=0 [${CHAIN}]