mirror of
https://github.com/transatoshi-mw/grin-finalize.git
synced 2025-10-07 23:02:48 +00:00
Final version
This commit is contained in:
@@ -14,7 +14,7 @@ import time
|
||||
|
||||
def run_grin_wallet():
|
||||
# Start the grin-wallet finalize command
|
||||
command = "<DIR>/grin-wallet finalize"
|
||||
command = "/usr/local/bin/grin-wallet finalize"
|
||||
child = pexpect.spawn(command)
|
||||
|
||||
# Expect the password prompt and send the password
|
||||
|
Reference in New Issue
Block a user