Rusty Russell
c236361efd
wireaddr: update bolt version, remove 'padding' from addresses.
Nobody used this, so it was removed from the spec.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
William Casarin
7c4b9c8a0d
build: fix compile error on gcc ~7.3.0
It seems to be having a bit of trouble understanding the control flow to realize
it's not actually uninitialized.
Add an error handler after the switch in case we miss a real uninitialized error
in the future.
Signed-off-by: William Casarin <jb55@jb55.com>
6 years ago
Rusty Russell
41b0872f58
Use localfeatures and globalfeatures consistently.
That's what BOLT #1 calls them; make it easier for people to grep.
Reported-by: @niftynei
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Rusty Russell
47f5bc4deb
gossipwith: add ability to send message.
Just cmdline for now, rather than a proper stdin io loop.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Rusty Russell
0925daa087
gossipwith: simple tool to snarf gossip from a node.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago