Browse Source

Enable utxoisplitter

pull/1/head
Luke Childs 6 years ago
parent
commit
8ea73fb02b
  1. 2
      utxosplitter.sh

2
utxosplitter.sh

@ -37,7 +37,7 @@ echo "----------------------------------------"
if [[ ${utxo_required} -gt ${split_threshold} ]]; then
echo "[${coin}] Splitting ${utxo_required} extra UTXOs"
echo ./splitfunds ${coin} ${utxo_required}
./splitfunds ${coin} ${utxo_required}
else
echo "[${coin}] No action needed"
fi

Loading…
Cancel
Save