Update name of keys used in CET

This commit is contained in:
Tibo-lg
2020-02-28 10:45:51 +09:00
parent 6afe83c4e6
commit 7b8a693a0a
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -43,9 +43,9 @@ Where
### <a name="CETKnownValues">Known Values</a>
* 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