test
This commit is contained in:
@@ -62,7 +62,7 @@ uint8_t games_eventdecode(uint32_t ×tamp,CPubKey &pk,std::vector<uint8_t> &
|
||||
len = (int32_t)payload.size();
|
||||
timestamp = (uint32_t)payload[--len] << 24;
|
||||
timestamp |= (uint32_t)payload[--len] << 16;
|
||||
timestamp |= (uin32_t)payload[--len] << 8;
|
||||
timestamp |= (uint32_t)payload[--len] << 8;
|
||||
timestamp |= (uint32_t)payload[--len];
|
||||
payload.resize(len);
|
||||
return(f);
|
||||
|
||||
Reference in New Issue
Block a user