diff --git a/countutxos.sh b/countutxos.sh index 239cd14..ca9f504 100755 --- a/countutxos.sh +++ b/countutxos.sh @@ -1,7 +1,7 @@ #!/bin/bash cd "${BASH_SOURCE%/*}" || exit -# Optionally just get the cli for a single coin +# Optionally count UTXOs for a single coin # e.g "KMD" specific_coin=$1 diff --git a/utxosplitter.sh b/utxosplitter.sh index 6efaa4e..991b44d 100755 --- a/utxosplitter.sh +++ b/utxosplitter.sh @@ -1,7 +1,7 @@ #!/bin/bash cd "${BASH_SOURCE%/*}" || exit -# Optionally just get the cli for a single coin +# Optionally just split UTXOs for a single coin # e.g "KMD" specific_coin=$1