Skip to content

Commit

Permalink
deploy: 34f05a4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Sep 20, 2023
1 parent b776208 commit e22459e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nekoton_abi/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1971,10 +1971,10 @@
.and_then(SliceData::load_builder)<span class="question-mark">?</span>,
);
} <span class="kw">else </span>{
<span class="comment">// NOTE: `now_ms + 1` is used here to satisfy the replay protection check
<span class="comment">// NOTE: `now_ms + 1000` is used here to satisfy the replay protection check
</span>msg.set_body(
<span class="self">self</span>.abi
.encode_run_local_input(now_ms + <span class="number">1</span>, input)
.encode_run_local_input(now_ms + <span class="number">1000</span>, input)
.and_then(SliceData::load_builder)<span class="question-mark">?</span>,
);
}
Expand Down

0 comments on commit e22459e

Please sign in to comment.