replay attack is not possible
the query id for each tx is used as a key against replay attacks
( docs )
this version does not use seqno for replay protection; instead, it remembers all recent query_ids
;; in this way several external messages with different query_id can be sent in parallel
Oct 29, 2022, 9:33 AM
I thought i used same boc but i think i regenerated it accidentally. I'll retry and keep update. Thank you
I confirm this. It works as expected now
Oct 29, 2022, 9:59 AM