diff --git a/plugins/bcli.c b/plugins/bcli.c index 759a21010..ce07b78a6 100644 --- a/plugins/bcli.c +++ b/plugins/bcli.c @@ -918,7 +918,7 @@ static void parse_getnetworkinfo_result(struct plugin *p, const char *buf) { const jsmntok_t *result; bool tx_relay; - u32 min_version = 160000; + u32 min_version = 220000; const char *err; result = json_parse_simple(NULL, buf, strlen(buf));