Browse Source

Revert "Change KMD UTXO threshold to 75-50"

This reverts commit 0498f5c656.
master
Luke Childs 6 years ago
parent
commit
f562426ae5
  1. 4
      utxosplitter.sh

4
utxosplitter.sh

@ -5,8 +5,8 @@ cd "${BASH_SOURCE%/*}" || exit
# e.g "KMD"
specific_coin=$1
kmd_target_utxo_count=75
kmd_split_threshold=50
kmd_target_utxo_count=50
kmd_split_threshold=25
other_target_utxo_count=10
other_split_threshold=5

Loading…
Cancel
Save