Skip to content

Commit

Permalink
Merge pull request #1311 from bifrost-finance/feat/add-mint-event-cha…
Browse files Browse the repository at this point in the history
…nnel-id

Feat/add mint event channel
  • Loading branch information
SunTiebing authored Jul 19, 2024
2 parents 86b608f + 74888e7 commit ea87f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/vtoken-minting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ pub mod pallet {
vtoken_amount: BalanceOf<T>,
fee: BalanceOf<T>,
remark: BoundedVec<u8, ConstU32<32>>,
channel_id: Option<u32>,
},
Redeemed {
address: AccountIdOf<T>,
Expand Down Expand Up @@ -1597,6 +1598,7 @@ pub mod pallet {
vtoken_amount,
fee,
remark,
channel_id,
});
Ok(vtoken_amount.into())
}
Expand Down

0 comments on commit ea87f16

Please sign in to comment.