Wrong hash

This commit is contained in:
Jonathan Bennett
2025-12-16 22:30:54 -06:00
parent a6c7d239d0
commit 1847271b4f

View File

@@ -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;
}