Bitcoin Core 28.99.0
P2P Digital Currency
|
Reorg where 1 block is disconnected and 2 blocks are connected. More...
Public Attributes | |
BlockTxns | disconnected_txns |
Disconnected block. More... | |
BlockTxns | connected_txns_1 |
First connected block. More... | |
BlockTxns | connected_txns_2 |
Second connected block, new chain tip. More... | |
size_t | num_shared |
Transactions shared between disconnected_txns and connected_txns_1. More... | |
Reorg where 1 block is disconnected and 2 blocks are connected.
Definition at line 26 of file disconnected_transactions.cpp.
BlockTxns ReorgTxns::connected_txns_1 |
First connected block.
Definition at line 30 of file disconnected_transactions.cpp.
BlockTxns ReorgTxns::connected_txns_2 |
Second connected block, new chain tip.
Has no overlap with disconnected_txns.
Definition at line 32 of file disconnected_transactions.cpp.
BlockTxns ReorgTxns::disconnected_txns |
Disconnected block.
Definition at line 28 of file disconnected_transactions.cpp.
size_t ReorgTxns::num_shared |
Transactions shared between disconnected_txns and connected_txns_1.
Definition at line 34 of file disconnected_transactions.cpp.