Added reference to Mempool.

This commit is contained in:
Josh Green
2020-01-03 12:12:18 -05:00
committed by bitcoin
parent 5dca18bcb0
commit b8fd6c69f3
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@
- DER Encoding - DER Encoding
- (OpenSSL History?) - (OpenSSL History?)
- N-of-M Multisig Signatures - N-of-M Multisig Signatures
- [Memory Pool](/protocol/blockchain/memory-pool)
- Forks - Forks
- Bip-16 - Bip-16
- [Bip-34](/protocol/forks/bip-0034) - [Bip-34](/protocol/forks/bip-0034)
+2
View File
@@ -92,4 +92,6 @@ style tx4 stroke-width: 3px, stroke-dasharray: 5
style tx2a stroke-width: 3px, stroke-dasharray: 5 style tx2a stroke-width: 3px, stroke-dasharray: 5
``` ```
When a Reorg is processed, Transactions that were originally accepted from the old chain are migrated to the new chain's [Memory Pool](/protocol/blockchain/memory-pool) if they are still valid.
## Genesis Block ## Genesis Block