Update binary name in tests and old example script
This commit is contained in:
@@ -11,7 +11,7 @@ address="Rxxx"
|
|||||||
amount=1
|
amount=1
|
||||||
|
|
||||||
# Alias for running cli on source chain
|
# Alias for running cli on source chain
|
||||||
cli_source="komodo-cli -ac_name=$source"
|
cli_source="hush-cli -ac_name=$source"
|
||||||
|
|
||||||
# Raw tx that we will work with
|
# Raw tx that we will work with
|
||||||
txraw=`$cli_source createrawtransaction "[]" "{\"$address\":$amount}"`
|
txraw=`$cli_source createrawtransaction "[]" "{\"$address\":$amount}"`
|
||||||
@@ -37,7 +37,7 @@ read -p "Wait for a notarization to HUSH, and then two more notarizations from t
|
|||||||
|
|
||||||
# Create import
|
# Create import
|
||||||
importTx=`$cli_source migrate_createimporttransaction $exportSignedTx $payouts`
|
importTx=`$cli_source migrate_createimporttransaction $exportSignedTx $payouts`
|
||||||
importTx=`komodo-cli migrate_completeimporttransaction $importTx`
|
importTx=`hush-cli migrate_completeimporttransaction $importTx`
|
||||||
|
|
||||||
# Send import
|
# Send import
|
||||||
komodo-cli -ac_name=$target sendrawtransaction $importTx
|
hush-cli -ac_name=$target sendrawtransaction $importTx
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ STAGES = [
|
|||||||
|
|
||||||
STAGE_COMMANDS = {
|
STAGE_COMMANDS = {
|
||||||
'btest': [repofile('src/test/test_bitcoin'), '-p'],
|
'btest': [repofile('src/test/test_bitcoin'), '-p'],
|
||||||
'gtest': [repofile('src/komodo-gtest')],
|
'gtest': [repofile('src/hush-gtest')],
|
||||||
'sec-hard': check_security_hardening,
|
'sec-hard': check_security_hardening,
|
||||||
'no-dot-so': ensure_no_dot_so_in_depends,
|
'no-dot-so': ensure_no_dot_so_in_depends,
|
||||||
'util-test': util_test,
|
'util-test': util_test,
|
||||||
|
|||||||
Reference in New Issue
Block a user