From f244ede365c70b46f399d218793ece6cafc68125 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Tue, 5 Nov 2019 10:57:58 +0100 Subject: [PATCH] Describe transaction TTL --- consensus/consensus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consensus/consensus.md b/consensus/consensus.md index 411eb333..0cfdc143 100644 --- a/consensus/consensus.md +++ b/consensus/consensus.md @@ -256,7 +256,8 @@ Each (on-chain) transaction has the following fields: minimal gas price, which (after MINERVA hard fork height) is `1000000` (*10^-18) aeons. (Before MINERVA hard fork height it was `1` (*10^-18) aeons.) -* Time to live (TTL). +* Time to live (TTL). The last generation where the transaction is valid. + 0 means it is valid forever (and is the default value in many places). *Note*: There is also a node configurable minimum gas price - this is the minimum gas price a node accepts and is not under consensus. This value is