mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge pull request #5369
b2d0162Test resurrecting memory pool transactions during chain re-org (Gavin Andresen)3dd8ed7Delay writing block indexes in invalidate/reconsider (Pieter Wuille)798faecAdd 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
This commit is contained in:
commit
1c7e09f0b9
3 changed files with 91 additions and 0 deletions
|
|
@ -269,6 +269,8 @@ static const CRPCCommand vRPCCommands[] =
|
|||
{ "blockchain", "gettxout", &gettxout, true, false, false },
|
||||
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true, false, false },
|
||||
{ "blockchain", "verifychain", &verifychain, true, false, false },
|
||||
{ "blockchain", "invalidateblock", &invalidateblock, true, true, false },
|
||||
{ "blockchain", "reconsiderblock", &reconsiderblock, true, true, false },
|
||||
|
||||
/* Mining */
|
||||
{ "mining", "getblocktemplate", &getblocktemplate, true, false, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue