mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
devtools: remove warning message from dump-gossipstore.
It prints a message to stderr, but actually it's fine with this version: ``` dump-gossipstore: UNKNOWN GOSSIP minor VERSION 14 (expected 12) ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6ed17e9e0c
commit
27ef4b98c1
@ -12,7 +12,7 @@
|
||||
|
||||
/* Current versions we support */
|
||||
#define GSTORE_MAJOR 0
|
||||
#define GSTORE_MINOR 12
|
||||
#define GSTORE_MINOR 14
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user