Convert to HUSH3 asset name to prevent confusion about HUSH chainparams in iguana/etc

This commit is contained in:
Jonathan "Duke" Leto
2019-04-14 06:33:43 -07:00
parent ce3abdcb60
commit 5ec7f56c22
5 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
NAME=HUSH
NAME=HUSH3
CLI=${KOMODOCLI:-./komodo-cli}
$CLI -ac_name=$NAME "$@"