mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
documentation
This commit is contained in:
parent
13b3824efa
commit
008a5974e6
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ if __name__ == '__main__':
|
||||||
elif cmd2 == 'seed':
|
elif cmd2 == 'seed':
|
||||||
print "show generation seed of your wallet. password protected."
|
print "show generation seed of your wallet. password protected."
|
||||||
elif cmd2 == 'eval':
|
elif cmd2 == 'eval':
|
||||||
print "run python eval on an object"
|
print "Run python eval() on an object\nSyntax: eval <expression>\nExample: eval \"wallet.aliases\""
|
||||||
|
|
||||||
elif cmd == 'seed':
|
elif cmd == 'seed':
|
||||||
import mnemonic
|
import mnemonic
|
||||||
|
|
Loading…
Add table
Reference in a new issue