mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Push cs_mains down in ProcessBlock
This commit is contained in:
parent
202e01941c
commit
18e72167dd
3 changed files with 32 additions and 26 deletions
|
|
@ -254,7 +254,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "getblocktemplate", &getblocktemplate, true, false, false },
|
||||
{ "getmininginfo", &getmininginfo, true, false, false },
|
||||
{ "getnetworkhashps", &getnetworkhashps, true, false, false },
|
||||
{ "submitblock", &submitblock, false, false, false },
|
||||
{ "submitblock", &submitblock, false, true, false },
|
||||
|
||||
/* Raw transactions */
|
||||
{ "createrawtransaction", &createrawtransaction, false, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue