Skip to content

Commit

Permalink
Add omni_sendall to RPC server
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto authored and dexX7 committed Aug 28, 2015
1 parent 7300667 commit d910c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ static const CRPCCommand vRPCCommands[] =
{ "omni layer (transaction creation)", "omni_sendrevoke", &omni_sendrevoke, false, true, true },
{ "omni layer (transaction creation)", "omni_sendclosecrowdsale", &omni_sendclosecrowdsale, false, true, true },
{ "omni layer (transaction creation)", "omni_sendchangeissuer", &omni_sendchangeissuer, false, true, true },
{ "omni layer (transaction creation)", "omni_sendall", &omni_sendall, false, true, true },

/* Omni Core hidden calls - development usage (not shown in help) */
/* CATEGORY NAME ACTOR (FUNCTION) OKSAFEMODE THREADSAFE REQWALLET */
Expand Down
1 change: 1 addition & 0 deletions src/rpcserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ extern json_spirit::Value omni_sendgrant(const json_spirit::Array& params, bool
extern json_spirit::Value omni_sendrevoke(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value omni_sendclosecrowdsale(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value omni_sendchangeissuer(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value omni_sendall(const json_spirit::Array& params, bool fHelp);

/* Omni Core hidden calls - development usage (not shown in help) */
extern json_spirit::Value mscrpc(const json_spirit::Array& params, bool fHelp);
Expand Down

0 comments on commit d910c04

Please sign in to comment.