add remote update

This commit is contained in:
2025-04-27 21:53:02 +08:00
parent f35a295af2
commit 3f77a1a426
6 changed files with 480 additions and 64 deletions

View File

@@ -248,7 +248,7 @@ namespace WebProtocol
));
}
var address = Common.Number.BytesToNumber(bytes[4..]).Value;
var address = Common.Number.BytesToUInt64(bytes[4..]).Value;
return new SendAddrPackage(bytes[1], bytes[2], Convert.ToUInt32(address));
}
}