Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_waku_archive: store a message without timestamp
This is needed because we have the following in waku_archive/archive.nim method validate*(validator: DefaultMessageValidator, msg: WakuMessage): ValidationResult = if msg.timestamp == 0: return ok()
- Loading branch information