mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
doc: update bolt version
And sweep through and remove git qualifiers from many BOLT strings. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -68,7 +68,7 @@ static struct io_plan *peer_init_received(struct io_conn *conn,
|
||||
return io_close(conn);
|
||||
}
|
||||
|
||||
/* BOLT-ef7c97c02b6fa67a1df1af30b3843eb576100ebd #1:
|
||||
/* BOLT #1:
|
||||
* The receiving node:
|
||||
* ...
|
||||
* - upon receiving `networks` containing no common chains
|
||||
@@ -151,7 +151,7 @@ struct io_plan *peer_exchange_initmsg(struct io_conn *conn,
|
||||
peer->addr = *addr;
|
||||
peer->cs = *cs;
|
||||
|
||||
/* BOLT-ef7c97c02b6fa67a1df1af30b3843eb576100ebd #1:
|
||||
/* BOLT #1:
|
||||
*
|
||||
* The sending node:
|
||||
* - MUST send `init` as the first Lightning message for any
|
||||
|
||||
Reference in New Issue
Block a user