Skip to content

Commit ad0fc76

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

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
@@ -14,7 +14,7 @@ use ::data_structures::constants::{
1414
OFFSET_TOKEN_ID,
1515
};
1616
pub enum DepositType {
17-
Addr: (),
17+
Address: (),
1818
Contract: (),
1919
ContractWithData: (),
2020
}

0 commit comments

Comments
 (0)