remote: set ourProtoVersion minor to what we currently advertise

This commit is contained in:
Richard Marko 2023-11-26 15:13:27 +01:00 committed by sorki
parent 14b739aaed
commit d15f0075f4

View File

@ -46,7 +46,7 @@ protoVersion = 0x115
ourProtoVersion :: ProtoVersion
ourProtoVersion = ProtoVersion
{ protoVersion_major = 1
, protoVersion_minor = 35
, protoVersion_minor = 21
}
workerMagic1 :: Int