Actually include the counter in CANON ANNOUNCE

This commit is contained in:
Jonathan Bennett
2026-01-03 21:40:38 -06:00
parent 436f174bce
commit ee25a0a0e1
2 changed files with 6 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
bool addToScratch(link_object &);
// sends a CANON_ANNOUNCE message, specifying the given root and commit hashes
void canonAnnounce(uint8_t *, uint8_t *, uint8_t *, uint32_t);
void canonAnnounce(link_object &, uint8_t *, uint8_t *, uint8_t *, uint32_t);
// checks if the message hash is present in the canonical chain database
bool isInDB(uint8_t *, size_t);