mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-15 07:06:11 +00:00
woohooo
This commit is contained in:
parent
2db48a34c0
commit
0b76d76b3d
@ -20,7 +20,7 @@ struct RequestSyncPacket {
|
||||
}
|
||||
// mBytes
|
||||
var mb = UInt16(mBytes)
|
||||
let mbData = withUnsafeBytes(of: &mb.bigEndian) { Data($0) }
|
||||
let mbData = withUnsafeBytes(of: mb.bigEndian) { Data($0) }
|
||||
putTLV(0x01, mbData)
|
||||
// k
|
||||
putTLV(0x02, Data([UInt8(k & 0xFF)]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user