Fixed message stamps getting overwritten if propagation stamp was also present

This commit is contained in:
Mark Qvist 2025-11-03 22:19:20 +01:00
commit fa2d78c351
2 changed files with 3 additions and 3 deletions

View file

@ -2424,7 +2424,7 @@ class LXMRouter:
selected_lxm.stamp = generated_stamp
selected_lxm.defer_stamp = False
selected_lxm.packed = None
selected_lxm.pack()
selected_lxm.pack(payload_updated=True)
stamp_generation_success = True
RNS.log(f"Stamp generation completed for {selected_lxm}", RNS.LOG_DEBUG)
else: