diff --git a/Protocol.md b/Protocol.md index 17d0d96..6a62027 100644 --- a/Protocol.md +++ b/Protocol.md @@ -61,8 +61,8 @@ The following public keys: 1. Funding Public Key - A's public key used in the multi-signature [funding output](Transactions.md#FundingOutputs) -2. CET ToLocal Public Key - - A's public key used in computing the [ToLocal](Transactions.md#CETOutputs) keys in CETs +2. Sweep Public Key + - A's public key used in the creation of the CETs [output script](Transactions.md#CETOutputs). #### A's addresses @@ -109,8 +109,8 @@ The following public keys: 1. Funding Public Key - B's public key used in the multi-signature [funding output](Transactions.md#FundingOutputs) -2. CET ToLocal Public Key - - B's public key used in computing the [ToLocal](Transactions.md#CETOutputs) keys in CETs +2. Sweep Public Key + - A's public key used in the creation of the CETs [output script](Transactions.md#CETOutputs). #### B's addresses diff --git a/Transactions.md b/Transactions.md index 77678e6..e0fc410 100644 --- a/Transactions.md +++ b/Transactions.md @@ -43,9 +43,9 @@ Where ### Known Values * Oracle Signature Point: `ECPublicKey` * Local Funding Public Key: `ECPublicKey` - * Local CET ToLocal Public Key: `ECPublicKey` + * Local Sweep Public Key: `ECPublicKey` * Local Payout: `CurrencyUnit` - * Remote CET ToLocal Public Key: `ECPublicKey` + * Remote Sweep Public Key: `ECPublicKey` * Remote Final Address: `BitcoinAddress` * Remote Payout: `CurrencyUnit` * nLockTime: `UInt32` @@ -56,7 +56,7 @@ Where 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 `CET Public Key`s are 33-byte compressed public keys + - Both `Sweep Public Key`s are 33-byte compressed public keys - `Local Paytout + 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