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:
Rusty Russell
2017-08-22 13:15:41 +09:30
committed by Christian Decker
parent 1ffb9f07c1
commit fea412dd94
5 changed files with 34 additions and 29 deletions

View File

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