Skip to content

Commit

Permalink
woozy
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 26, 2023
1 parent b86789b commit 935a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/task3.fc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cell migrate_one(cell old_storage) { return old_storage; }
cell storage = ds.preload_ref();

if (expected_version != version) {
throw_if(200, expected_code.null?());
;; throw_if(200, expected_code.null?());

while (version != expected_version) {
(slice mig, int found) = migrations.udict_get?(32, version);
Expand Down

0 comments on commit 935a152

Please sign in to comment.