Add RPC call decodescript

This commit is contained in:
Peter Todd
2013-07-15 01:22:10 -04:00
parent 463c9710f5
commit be066fad7d
4 changed files with 31 additions and 5 deletions

View File

@@ -280,6 +280,7 @@ static const CRPCCommand vRPCCommands[] =
{ "getrawtransaction", &getrawtransaction, false, false },
{ "createrawtransaction", &createrawtransaction, false, false },
{ "decoderawtransaction", &decoderawtransaction, false, false },
{ "decodescript", &decodescript, false, false },
{ "signrawtransaction", &signrawtransaction, false, false },
{ "sendrawtransaction", &sendrawtransaction, false, false },
{ "gettxoutsetinfo", &gettxoutsetinfo, true, false },