Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tolya-yanot committed Dec 16, 2021
1 parent 8cb64f2 commit 6fc39c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions func/wallet-v4-code.fc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

slice wc_n_address = cs~load_bits(8 + 256);
int query_id = cs~load_uint(64);
int amount = gastograms(10000); ;; todo
int amount = gastograms(10000);

(plugins, int success?) = plugins.dict_add_builder?(8 + 256, wc_n_address, begin_cell());
throw_unless(39, success?);
Expand All @@ -128,7 +128,7 @@

slice wc_n_address = cs~load_bits(8 + 256);
int query_id = cs~load_uint(64);
int amount = gastograms(10000); ;; todo
int amount = gastograms(10000);

(plugins, int success?) = plugins.dict_delete?(8 + 256, wc_n_address);
throw_unless(39, success?);
Expand Down

0 comments on commit 6fc39c2

Please sign in to comment.