Skip to content

Commit

Permalink
fix: bitcoin deprecatedrpc warnings (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight authored Dec 5, 2024
1 parent 82b756e commit 63ecfb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/coinstacks/bitcoin/daemon/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ start_coin() {
-zmqpubhashblock=tcp://127.0.0.1:28332 \
-rpcworkqueue=1100 \
-maxmempool=2000 \
-dbcache=4000 &
-dbcache=4000 \
-deprecatedrpc=warnings &
PID="$!"
}

Expand Down

0 comments on commit 63ecfb6

Please sign in to comment.