![]() |
Bitcoin Core
28.1.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 17 of file disconnected_transactions.cpp.
| BlockTxns ReorgTxns::connected_txns_1 |
First connected block.
Definition at line 21 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 23 of file disconnected_transactions.cpp.
| BlockTxns ReorgTxns::disconnected_txns |
Disconnected block.
Definition at line 19 of file disconnected_transactions.cpp.
| size_t ReorgTxns::num_shared |
Transactions shared between disconnected_txns and connected_txns_1.
Definition at line 25 of file disconnected_transactions.cpp.
1.8.14