Browse Source

Fix some comments

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

2
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

2
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

Loading…
Cancel
Save