From 4a93543e0a1f645671a1c69d9802611016c169ed Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Wed, 4 Dec 2024 08:34:19 -0800 Subject: [PATCH] Add ping command to whitelist (#14) --- 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}]