diff --git a/utxosplitter.sh b/utxosplitter.sh index 9f27875..09be96e 100755 --- a/utxosplitter.sh +++ b/utxosplitter.sh @@ -43,6 +43,9 @@ fi if [[ ${coin} = "GAME" ]]; then satoshis=100000 fi + if [[ ${coin} = "EMC2" ]]; then + satoshis=100000 + fi amount=$(calc $satoshis/100000000) unlocked_utxos=$(${cli} listunspent | jq -r '.[].amount' | grep ${amount} | wc -l)