Skip to content

Commit 5ae654e

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 ad0fc76 commit 5ae654e

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
@@ -37,7 +37,7 @@ impl DepositMessage {
3737
to: Identity::Address(Address::from(b256::from(input_message_data(msg_idx, OFFSET_TO)))),
3838
token_id: input_message_data(msg_idx, OFFSET_TOKEN_ID).into(),
3939
decimals: input_message_data(msg_idx, OFFSET_DECIMALS).get(31).unwrap(),
40-
deposit_type: DepositType::Addr,
40+
deposit_type: DepositType::Address,
4141
}
4242
}
4343
// /// Read the bytes passed as message data into an in-memory representation using the DepositMessage type

0 commit comments

Comments
 (0)