Skip to content

Commit

Permalink
fix: library deployer improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Sep 27, 2023
1 parent 7356c23 commit 550894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/library-deployer.fc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
set_data(empty);
}

() recv_internal(slice in_msg) impure {
() recv_internal() impure {
deploy_lib();
}

() recv_external(slice in_msg) impure {
() recv_external() impure {
deploy_lib();
}

0 comments on commit 550894f

Please sign in to comment.