mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-06-11 03:55:51 -04:00
Make MIN_GOOD_VERSION a variable and bump it to 0.9.59
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
|||||||
|
|
||||||
const ROUTER_INFO_MIN_SIZE = 439
|
const ROUTER_INFO_MIN_SIZE = 439
|
||||||
|
|
||||||
const MIN_GOOD_VERSION = 58
|
var MIN_GOOD_VERSION = 59
|
||||||
const MAX_GOOD_VERSION = 99
|
const MAX_GOOD_VERSION = 99
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user