Skip to content

Commit b3ab434

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 4bd8370 commit b3ab434

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
@@ -52,7 +52,7 @@ impl DepositMessage {
5252
deposit_type: DepositType::Contract,
5353
}
5454
}
55-
// /// Read the bytes passed as message data into an in-memory representation using the DepositMessage type
55+
/// Read the bytes passed as message data into an in-memory representation using the DepositMessage type
5656
pub fn parse_deposit_to_contract_with_data(msg_idx: u64) -> Self {
5757
Self {
5858
amount: input_message_data(msg_idx, OFFSET_AMOUNT).into(),

0 commit comments

Comments
 (0)