Skip to content

Commit 4bd8370

Browse files
DefiCakeK1-R1
andauthored
Update packages/fungible-token/bridge-fungible-token/src/data_structures/deposit_message.sw
Co-authored-by: K1-R1 <77465250+K1-R1@users.noreply.github.com>
1 parent 5ae654e commit 4bd8370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fungible-token/bridge-fungible-token/src/data_structures/deposit_message.sw

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl DepositMessage {
4040
deposit_type: DepositType::Address,
4141
}
4242
}
43-
// /// Read the bytes passed as message data into an in-memory representation using the DepositMessage type
43+
/// Read the bytes passed as message data into an in-memory representation using the DepositMessage type
4444
pub fn parse_deposit_to_contract(msg_idx: u64) -> Self {
4545
Self {
4646
amount: input_message_data(msg_idx, OFFSET_AMOUNT).into(),

0 commit comments

Comments
 (0)