From 195d922158d3fe7b78935bcc4512a0e2f3ad2117 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Thu, 23 Mar 2017 11:50:41 +0100 Subject: [PATCH] [enh] Protocol: corrections --- doc/Protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Protocol.md b/doc/Protocol.md index e1430e7fc..3e4f14bf4 100644 --- a/doc/Protocol.md +++ b/doc/Protocol.md @@ -527,7 +527,7 @@ Then the `25` units can be spent *exclusively* in a future transaction TX2 which Issuers: BYfWYFrsyjpvpFysgu19rGK3VHBkz4MqmQbNyEuVU64g Inputs: - 55:1:T:6991C993631BED4733972ED7538E41CCC33660F554E3C51963E2A0AC4D6453D3:0 + 25:2:T:6991C993631BED4733972ED7538E41CCC33660F554E3C51963E2A0AC4D6453D3:0 Unlocks: 0:SIG(0) @@ -666,7 +666,7 @@ Signatures (fakes here): ##### CLTV function -This function locks an ouput in the future, which will be unlocked at a given date. +This function locks an output in the future, which will be unlocked at a given date. So if we have, in TX1: @@ -682,7 +682,7 @@ Then the `25` units can be spent *exclusively* in a block whose `MedianTime >= 1 ##### CSV function -This function locks an ouput in the future, which will be unlocked after the given amount of time has elapsed. +This function locks an output in the future, which will be unlocked after the given amount of time has elapsed. So if we have, in TX1: -- GitLab