mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
Wrong hash
This commit is contained in:
@@ -852,7 +852,7 @@ StoreForwardPlusPlusModule::ingestTextPacket(const meshtastic_MeshPacket &mp, co
|
|||||||
message_hash.update(&mp.id, sizeof(mp.id));
|
message_hash.update(&mp.id, sizeof(mp.id));
|
||||||
message_hash.finalize(lo.message_hash, 32);
|
message_hash.finalize(lo.message_hash, 32);
|
||||||
|
|
||||||
getOrAddRootFromChannelHash(encrypted_meshpacket->channel, lo.message_hash);
|
getOrAddRootFromChannelHash(encrypted_meshpacket->channel, lo.root_hash);
|
||||||
return lo;
|
return lo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user