Skip to content

Commit

Permalink
Merge pull request #19 from MAGICGrants/wallet-open-workaround
Browse files Browse the repository at this point in the history
fix: use correct env variable for wallet password
  • Loading branch information
SamsungGalaxyPlayer authored Oct 21, 2024
2 parents 99e05ed + 0d3aed3 commit 7214429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seed-importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def import_monero_seed():
params = {
'filename': 'foo',
'seed': env.MONERO_WALLET_SEED,
'password': env.MONERO_RPC_PASSWORD,
'password': env.MONERO_WALLET_PASSWORD,
'restore_height': env.MONERO_WALLET_HEIGHT,
'language': 'english',
'autosave_current': True
Expand Down

0 comments on commit 7214429

Please sign in to comment.