From 8025e81a2bedb823445d955fa60fb01a015607d9 Mon Sep 17 00:00:00 2001 From: toadlybroodle Date: Sun, 7 Jan 2018 19:53:43 -0800 Subject: [PATCH] BOLT 7: fix changes requested by @rustyrussell --- 07-routing-gossip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07-routing-gossip.md b/07-routing-gossip.md index c194be3..a407ae5 100644 --- a/07-routing-gossip.md +++ b/07-routing-gossip.md @@ -134,10 +134,10 @@ The creating node: 256, up to the end of the message. - Note: the hash skips the 4 signatures but hashes the rest of the message, including any future fields appended to the end. - - MUST verify that `node_signature_1` and `node_signature_2` are valid + - MUST set `node_signature_1` and `node_signature_2` to valid signatures of the hash `h` (using `node_id_1` and `node_id_2`'s respective secrets). - - MUST verify that `bitcoin_signature_1` and `bitcoin_signature_2` are valid + - MUST set `bitcoin_signature_1` and `bitcoin_signature_2` to valid signatures of the hash `h` (using `bitcoin_key_1` and `bitcoin_key_2`'s respective secrets). - SHOULD set `len` to the minimum length required to hold the `features` bits