Add RPC command wallet_seed.

This commit is contained in:
Arthur Britto
2012-05-16 00:34:44 -07:00
parent c7fd5fb79c
commit bca7dcad74
3 changed files with 36 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ void printHelp(const po::options_description& desc)
cout << " unl_reset" << endl;
cout << " validation_create [<seed>|<pass_phrase>|<key>]" << endl;
cout << " wallet_claim <master_seed> <regular_seed> [<source_tag>] [<account_annotation>]" << endl;
cout << " wallet_seed [<seed>|<passphrase>|<passkey>]" << endl;
cout << " wallet_propose" << endl;
}