event_graph: remove check_version_match() and compare peers version with a const in taud and darkirc

This commit is contained in:
dasman
2024-09-29 05:21:52 +03:00
parent 8f06b5ce4b
commit 07460df363
7 changed files with 36 additions and 54 deletions

View File

@@ -37,6 +37,7 @@ ring = "0.17.8"
# Encoding and parsing
bs58 = "0.5.1"
toml = "0.8.19"
semver = "1.0.23"
# Misc
async-trait = "0.1.81"