mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
fix argument for check_seed
This commit is contained in:
parent
590659ff4d
commit
b782a1bb3f
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -428,6 +428,7 @@ if __name__ == '__main__':
|
|||
|
||||
if cmd.name == 'check_seed':
|
||||
args.append(long(options.entropy))
|
||||
args.append(options.language)
|
||||
|
||||
|
||||
# run the command
|
||||
|
|
Loading…
Add table
Reference in a new issue