Set to 0 for no expiry

This commit is contained in:
Jay Graber 2018-02-12 12:36:41 -08:00
parent 37321a546d
commit fcbe13b2bd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,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
No limit: To set no limit on transactions (so that they do not expire), nExpiryHeight should be set to UINT_MAX.
No limit: To set no limit on transactions (so that they do not expire), nExpiryHeight should be set to 0.
Every time a transaction expires and should be removed from the mempool, so should all its dependent transactions.