diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
| commit | c625ae04d2fc8f55f282afafbcabfe5185bf0969 (patch) | |
| tree | 4ac5ac117e719697d1ef7ef19d845d7db9a8ae3a /src/rpcrawtransaction.cpp | |
| parent | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module (diff) | |
| download | discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.tar.xz discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.zip | |
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Diffstat (limited to 'src/rpcrawtransaction.cpp')
| -rw-r--r-- | src/rpcrawtransaction.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 56a49fd4d..a6b855389 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -18,13 +18,6 @@ using namespace boost; using namespace boost::assign; using namespace json_spirit; -// These are all in bitcoinrpc.cpp: -extern Object JSONRPCError(int code, const string& message); -extern int64 AmountFromValue(const Value& value); -extern Value ValueFromAmount(int64 amount); -extern std::string HelpRequiringPassphrase(); -extern void EnsureWalletIsUnlocked(); - void ScriptPubKeyToJSON(const CScript& scriptPubKey, Object& out) { |