Skip to content

Commit

Permalink
atomic 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 27, 2023
1 parent 630d05b commit c4da8d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/task3.fc
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ int version() method_id {
storage = process_message(storage, msg_value, balance, in_msg_full, payload.begin_parse());

set_data(wrap_storage(version, storage));

{-

ret();
migrations~impure_touch();
expected_code~impure_touch();
expected_version~impure_touch();
-}
}

;; <<<<< Custom version-specific code begins
Expand Down

0 comments on commit c4da8d2

Please sign in to comment.