Skip to content

Commit

Permalink
fix: replace cancel deposit reason by empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
zarboq committed Jun 24, 2024
1 parent e572d3c commit e3b8829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchange/deposit_handler.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ mod DepositHandler {
deposit.account,
0, //starting_gas
keys::user_initiated_cancel(),
array!['Cancel Deposit'] //TODO should be empty string
array!['']
);

global_reentrancy_guard::non_reentrant_after(data_store);
Expand Down

0 comments on commit e3b8829

Please sign in to comment.