Let RPC ripple_path_find work on any ledger.

This commit is contained in:
Arthur Britto
2013-03-07 12:44:33 -08:00
parent 3a7491c6d9
commit a172654422
3 changed files with 21 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ void printHelp(const po::options_description& desc)
cerr << " peers" << endl;
cerr << " random" << endl;
cerr << " ripple ..." << endl;
cerr << " ripple_path_find <json> [<ledger>]" << endl;
// cerr << " send <seed> <paying_account> <account_id> <amount> [<currency>] [<send_max>] [<send_currency>]" << endl;
cerr << " stop" << endl;
cerr << " tx <id>" << endl;