From 503b63cea21ddbb708223e2ba82788a531bb80df Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Wed, 11 Mar 2020 14:35:37 +0900 Subject: [PATCH] Fix small typos --- Transactions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Transactions.md b/Transactions.md index e0fc410..6484088 100644 --- a/Transactions.md +++ b/Transactions.md @@ -57,7 +57,7 @@ Where - `Oracle Signature Point` is the 33-byte public key associated with this CET's outcome - `Local Funding Public Key` is the local key from the [funding transaction](#funding-transaction) - Both `Sweep Public Key`s are 33-byte compressed public keys - - `Local Paytout + Remote Payout = (DLC Funding Output).value` + - `Local Payout + Remote Payout = (DLC Funding Output).value` - `nLockTime` is set to the contract maturity time - `Timeout` is a CSV locktime after which [penalty transactions](#ClosingPenalty) are valid - `DLC Funding Output` is of the form [specified above](#FundingOutputs) @@ -76,10 +76,10 @@ Where - `ToLocalOutput`'s script is: OP_IF - + OP_ELSE OP_CHECKSEQUENCEVERIFY OP_DROP - + OP_ENDIF OP_CHECKSIG