|
@@ -69,7 +69,7 @@ class CmdTestXMRAutosign(CmdTestXMRWallet,CmdTestAutosignThreaded):
|
|
|
('check_bal_alice1', 'mining, checking balance (wallet #1)'),
|
|
|
('fund_alice2', 'sending funds to Alice (wallet #2)'),
|
|
|
('check_bal_alice2', 'mining, checking balance (wallet #2)'),
|
|
|
- ('autosign_start_thread', 'starting autosign wait loop'),
|
|
|
+ ('wait_loop_start', 'starting autosign wait loop'),
|
|
|
('export_outputs1', 'exporting outputs from Alice’s watch-only wallet #1'),
|
|
|
('create_transfer_tx1', 'creating a transfer TX'),
|
|
|
('submit_transfer_tx1', 'submitting the transfer TX'),
|
|
@@ -90,7 +90,7 @@ class CmdTestXMRAutosign(CmdTestXMRWallet,CmdTestAutosignThreaded):
|
|
|
('export_outputs3', 'exporting outputs from Alice’s watch-only wallets'),
|
|
|
('import_key_images2', 'importing signed key images into Alice’s online wallets'),
|
|
|
('sync_chkbal3', 'syncing Alice’s wallets and checking balance'),
|
|
|
- ('autosign_kill_thread', 'stopping autosign wait loop'),
|
|
|
+ ('wait_loop_kill', 'stopping autosign wait loop'),
|
|
|
('stop_daemons', 'stopping all wallet and coin daemons'),
|
|
|
('view', 'viewing Alice’s wallet in offline mode (wallet #1)'),
|
|
|
('listview', 'list-viewing Alice’s wallet in offline mode (wallet #2)'),
|