Refactor and bugfix

This commit is contained in:
Jonathan Bennett
2026-01-08 14:07:42 -06:00
parent aca7fe9f95
commit e33fbca8d6
2 changed files with 26 additions and 29 deletions

View File

@@ -233,7 +233,7 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
// query the mappings table for the chain count for the given root hash
uint32_t getChainCount(uint8_t *, size_t);
link_object getLinkFromCount(uint32_t, uint8_t *, size_t);
link_object getLinkFromPositionFromTip(uint32_t, uint8_t *, size_t);
void pruneScratchQueue();