From e22459e528b655517ca4ea42fd0e7d4b0225d785 Mon Sep 17 00:00:00 2001 From: Rexagon Date: Wed, 20 Sep 2023 16:44:00 +0000 Subject: [PATCH] deploy: 34f05a435a9fd0acb2ff6da56d3cfd70c6690236 --- src/nekoton_abi/lib.rs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nekoton_abi/lib.rs.html b/src/nekoton_abi/lib.rs.html index f7be8eae3..307a21a0e 100644 --- a/src/nekoton_abi/lib.rs.html +++ b/src/nekoton_abi/lib.rs.html @@ -1971,10 +1971,10 @@ .and_then(SliceData::load_builder)?, ); } else { - // NOTE: `now_ms + 1` is used here to satisfy the replay protection check + // NOTE: `now_ms + 1000` is used here to satisfy the replay protection check msg.set_body( self.abi - .encode_run_local_input(now_ms + 1, input) + .encode_run_local_input(now_ms + 1000, input) .and_then(SliceData::load_builder)?, ); }