From 0d15e22f97a21174be9346c0771fd11a9ce480aa Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Wed, 28 Feb 2018 12:46:25 -0500 Subject: [PATCH] Update contracts.md (#737) --- doc/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contracts.md b/doc/contracts.md index 5318b184..e1667f16 100644 --- a/doc/contracts.md +++ b/doc/contracts.md @@ -59,7 +59,7 @@ A transaction can be time-locked with a few simple modifications: * the message `M` to sign becomes the block height `h` at which the transaction becomes spendable appended to the fee (so `M = fee | h`) * the lock height `h` is included in the transaction kernel -* a block with a kernel that includes a lock height lower than the current +* a block with a kernel that includes a lock height greater than the current block height is rejected # Derived Contracts