mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
BOLT: Update text to latest commit.
This brings us up to 955e874acc535ab2c74c1cf0eab61896ea4224ff in https://github.com/lightningnetwork/lightning-rfc This doesn't actually change anything; the only actual change is held back for the next commit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
1ffb9f07c1
commit
fea412dd94
@@ -46,11 +46,6 @@ bool derive_keyset(const struct pubkey *per_commitment_point,
|
||||
* a new commitment for a remote node, it uses its own
|
||||
* `revocation_basepoint` and the remote node's `per_commitment_point`
|
||||
* to derive a new `revocationkey` for the commitment.
|
||||
*
|
||||
* per_commitment_point... is used to derive the revocation key from
|
||||
* the remote node's `revocation_basepoint`:
|
||||
*
|
||||
* revocationkey = revocation_basepoint * SHA256(revocation_basepoint || per_commitment_point) + per_commitment_point*SHA256(per_commitment_point || revocation_basepoint)
|
||||
*/
|
||||
if (!derive_revocation_key(other_revocation_basepoint,
|
||||
per_commitment_point,
|
||||
|
||||
Reference in New Issue
Block a user