diff --git a/Transactions.md b/Transactions.md index 0b03ec6..b789876 100644 --- a/Transactions.md +++ b/Transactions.md @@ -74,12 +74,14 @@ Where - `ToLocalOutput`'s script is: OP_IF - OP_2 OP_2 OP_CHECKMULTISIG + OP_ELSE OP_CHECKLOCKTIMEVERIFY OP_DROP - OP_DUP OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG + OP_ENDIF + OP_CHECKSIG + - Note that The addition in the if case is elliptic curve point addition - `ToRemoteOutput`'s script is: OP_0