mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 22:25:26 +00:00
forgot comma
This commit is contained in:
@@ -98,7 +98,7 @@ data class BitchatPacket(
|
|||||||
timestamp = timestamp,
|
timestamp = timestamp,
|
||||||
payload = payload,
|
payload = payload,
|
||||||
signature = null, // Remove signature for signing
|
signature = null, // Remove signature for signing
|
||||||
route = route
|
route = route,
|
||||||
ttl = com.bitchat.android.util.AppConstants.SYNC_TTL_HOPS // Use fixed TTL=0 for signing to ensure relay compatibility
|
ttl = com.bitchat.android.util.AppConstants.SYNC_TTL_HOPS // Use fixed TTL=0 for signing to ensure relay compatibility
|
||||||
)
|
)
|
||||||
return BinaryProtocol.encode(unsignedPacket)
|
return BinaryProtocol.encode(unsignedPacket)
|
||||||
|
|||||||
Reference in New Issue
Block a user