Browse Source

Fix incorrect UTXO count log again 🤦‍♂️

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

2
utxosplitter.sh

@ -17,7 +17,7 @@ calc() {
echo "----------------------------------------"
echo "Splitting UTXOs - ${date}"
echo "Targetting ${target_utxo_count} UTXOs"
echo "Will only split if less than ${target_utxo_count} UTXOs"
echo "Will only split if less than ${split_threshold} UTXOs"
echo "----------------------------------------"
./listcoins.sh | while read coin; do

Loading…
Cancel
Save