diff --git a/home.md b/home.md index 3a5dbbd..cc7e1c7 100644 --- a/home.md +++ b/home.md @@ -44,6 +44,7 @@ - DER Encoding - (OpenSSL History?) - N-of-M Multisig Signatures + - [Memory Pool](/protocol/blockchain/memory-pool) - Forks - Bip-16 - [Bip-34](/protocol/forks/bip-0034) diff --git a/protocol/blockchain.md b/protocol/blockchain.md index f5b8db8..a7a197c 100644 --- a/protocol/blockchain.md +++ b/protocol/blockchain.md @@ -92,4 +92,6 @@ style tx4 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 \ No newline at end of file