This commit is contained in:
callebtc
2025-09-05 23:47:19 +02:00
parent a5928987fe
commit 11353afd72
2 changed files with 2 additions and 1 deletions
@@ -58,7 +58,7 @@ data class BitchatPacket(
val payload: ByteArray,
var signature: ByteArray? = null, // Changed from val to var for packet signing
var ttl: UByte,
var route: List<ByteArray>? = null // Optional source route: ordered list of peerIDs (8 bytes each), including sender and final recipient
var route: List<ByteArray>? = null // Optional source route: ordered list of peerIDs (8 bytes each), not including sender and final recipient
) : Parcelable {
constructor(