Skip to content

Commit

Permalink
add burn
Browse files Browse the repository at this point in the history
  • Loading branch information
krypdkat committed Feb 21, 2024
1 parent 7acf9c9 commit 6f3c936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smart_contracts/QUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ struct QUTIL
state.logger = QUtilLogger{ 0, 0, invocator(), SELF, state.total, STM1_SUCCESS };
LOG_INFO(state.logger);
output.returnCode = STM1_SUCCESS;
burn(STM1_INVOCATION_FEE);
_

REGISTER_USER_FUNCTIONS
Expand Down

0 comments on commit 6f3c936

Please sign in to comment.