diff --git a/Protocol.md b/Protocol.md
index ca10427..85a5f34 100644
--- a/Protocol.md
+++ b/Protocol.md
@@ -61,7 +61,6 @@ The following public keys:
1. Funding Public Key
2. CET ToLocal Public Key
-3. CET ToRemote Public Key
#### A's addresses
@@ -110,7 +109,6 @@ The following public keys:
1. Funding Public Key
2. CET ToLocal Public Key
-3. CET ToRemote Public Key
#### B's addresses
diff --git a/Transactions.md b/Transactions.md
index 3b8b49e..c84b0e9 100644
--- a/Transactions.md
+++ b/Transactions.md
@@ -45,6 +45,7 @@ Where
## Contract Execution Transaction
### Known Values
* Oracle Signature Point: `ECPublicKey`
+ * Local Funding Public Key: `ECPublicKey`
* Local CET ToLocal Public Key: `ECPublicKey`
* Local Payout: `CurrencyUnit`
* Remote CET ToLocal Public Key: `ECPublicKey`
@@ -57,6 +58,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
- `Local Paytout + Remote Payout = (DLC Funding Output).value`
- `nLockTime` is set to the contract maturity time
@@ -76,7 +78,7 @@ Where
- `ToLocalOutput`'s script is:
OP_IF
-
+
OP_ELSE
OP_CHECKSEQUENCEVERIFY OP_DROP