fix: No need to restart client to update wallet address
This commit is contained in:
@@ -542,10 +542,10 @@ public:
|
||||
{
|
||||
return Parser.Parse(buf, CompressMethod, PeerName);
|
||||
}
|
||||
void Encode(PBYTE data, bool &flag) const
|
||||
{
|
||||
void Encode(PBYTE data, bool &flag) const
|
||||
{
|
||||
flag ? data[0] ^= 0x2B : 0x2B == 0x2B;
|
||||
}
|
||||
}
|
||||
// Encode data before compress.
|
||||
void Encode(PBYTE data, int len) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user