From 1847271b4f9242c84861598ef7aa0b8a211b9c8d Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 16 Dec 2025 22:30:54 -0600 Subject: [PATCH] Wrong hash --- src/modules/Native/StoreForwardPlusPlus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Native/StoreForwardPlusPlus.cpp b/src/modules/Native/StoreForwardPlusPlus.cpp index e93b07c8d..d9b7ccc55 100644 --- a/src/modules/Native/StoreForwardPlusPlus.cpp +++ b/src/modules/Native/StoreForwardPlusPlus.cpp @@ -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; }