diff --git a/move/squid/sources/squid/transfers.move b/move/squid/sources/squid/transfers.move index c2ce17c6..27d2f00d 100644 --- a/move/squid/sources/squid/transfers.move +++ b/move/squid/sources/squid/transfers.move @@ -111,7 +111,7 @@ module squid::transfers { if (data.length() == 0) return; let swap_data = new_its_transfer_swap_data(data); - assert!(swap_data.swap_type == SWAP_TYPE_SUI_TRANSFER, EWrongSwapType); + assert!(swap_data.swap_type == SWAP_TYPE_ITS_TRANSFER, EWrongSwapType); assert!( &swap_data.coin_type == &type_name::get().into_string(),