Skip to content

Commit

Permalink
ops: Remove UTXO limit for testnet4
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed May 6, 2024
1 parent e3240dc commit 90200c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ do
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi
if [ "${NODENAME}" = "node214" ];then
if [ "${NODENAME}" = "node213" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi
if [ "${NETWORK}" = "testnet4" ];then
UTXOS_LIMIT=9000
ELECTRUM_TXS_LIMIT=9000
fi
Expand Down

0 comments on commit 90200c8

Please sign in to comment.