Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
make wallet_propose public
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Jul 21, 2014
1 parent 8aba847 commit 10abf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules/stellar-lib
2 changes: 1 addition & 1 deletion src/ripple_app/rpc/RPCHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Json::Value RPCHandler::doCommand (const Json::Value& params, int iRole, Resourc
{ "validation_create", &RPCHandler::doValidationCreate, true, optNone },
{ "validation_seed", &RPCHandler::doValidationSeed, true, optNone },
{ "wallet_accounts", &RPCHandler::doWalletAccounts, false, optCurrent },
{ "wallet_propose", &RPCHandler::doWalletPropose, true, optNone },
{ "wallet_propose", &RPCHandler::doWalletPropose, false, optNone },
{ "wallet_seed", &RPCHandler::doWalletSeed, true, optNone },

// Evented methods
Expand Down

0 comments on commit 10abf4f

Please sign in to comment.