From 9b0453ed8e63d232cfb82688fb9f535123d0c450 Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Fri, 23 Feb 2018 15:18:06 -0800 Subject: [PATCH] Add coinbase rule --- drafts/arcalinea-tx-expiry/draft.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/drafts/arcalinea-tx-expiry/draft.rst b/drafts/arcalinea-tx-expiry/draft.rst index 69827846..ae2ad14a 100644 --- a/drafts/arcalinea-tx-expiry/draft.rst +++ b/drafts/arcalinea-tx-expiry/draft.rst @@ -42,6 +42,7 @@ Default: TBD. Current proposal is 24 blocks, or about 1 hour assuming 2.5 minute Minimum: No minimum Maximum: 500000000, about 380 years No limit: To set no limit on transactions (so that they do not expire), nExpiryHeight should be set to 0. +Coinbase: nExpiryHeight on coinbase transactions is ignored, and is set to 0 by convention. Every time a transaction expires and should be removed from the mempool, so should all its dependent transactions.