Merge pull request #6088
2085895fundrawtransaction tests (Jonas Schnelli)21bbd92Add fundrawtransaction RPC method (Matt Corallo)1e0d1a2Add FundTransaction method to wallet (Matt Corallo)2d84e22Small tweaks to CCoinControl for fundrawtransaction (Matt Corallo)9b4e7d9Add DummySignatureCreator which just creates zeroed sigs (Pieter Wuille)
This commit is contained in:
@@ -320,6 +320,9 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "rawtransactions", "getrawtransaction", &getrawtransaction, true },
|
||||
{ "rawtransactions", "sendrawtransaction", &sendrawtransaction, false },
|
||||
{ "rawtransactions", "signrawtransaction", &signrawtransaction, false }, /* uses wallet if enabled */
|
||||
#ifdef ENABLE_WALLET
|
||||
{ "rawtransactions", "fundrawtransaction", &fundrawtransaction, false },
|
||||
#endif
|
||||
|
||||
/* Utility functions */
|
||||
{ "util", "createmultisig", &createmultisig, true },
|
||||
|
||||
Reference in New Issue
Block a user