Skip to content

Commit

Permalink
Add ping command to whitelist (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Dec 4, 2024
1 parent 1d7fefd commit 4a93543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 4a93543

Please sign in to comment.