Skip to content

Commit

Permalink
fix: TxType in execute_transfer_virtual_balance
Browse files Browse the repository at this point in the history
  • Loading branch information
joemonem committed Oct 14, 2024
1 parent ff42ae0 commit 49b395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/liquidity/factory/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ pub fn execute_transfer_virtual_balance(
.add_event(tx_event(
&tx_id,
info.sender.as_str(),
TxType::WithdrawVirtualBalance,
TxType::TransferVirtualBalance,
))
.add_attribute("tx_id", tx_id)
.add_attribute("method", "withdraw_virtual_balance")
Expand Down

0 comments on commit 49b395d

Please sign in to comment.