mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +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.finalize(lo.message_hash, 32);
|
||||
|
||||
getOrAddRootFromChannelHash(encrypted_meshpacket->channel, lo.message_hash);
|
||||
getOrAddRootFromChannelHash(encrypted_meshpacket->channel, lo.root_hash);
|
||||
return lo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user