Change maximum, state nExpiryHeight is 0 on coinbase by convention

This commit is contained in:
Jay Graber 2018-02-23 16:02:53 -08:00
parent 9b0453ed8e
commit da67f85ba4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ For the example below, the last block that the transaction below could possibly
Default: TBD. Current proposal is 24 blocks, or about 1 hour assuming 2.5 minute block times. Can add a config option to set user's default.
Minimum: No minimum
Maximum: 500000000, about 380 years
Maximum: 499999999, 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.