diff --git a/src/move/econia/sources/market.move b/src/move/econia/sources/market.move index 92957fe98..8a070917b 100644 --- a/src/move/econia/sources/market.move +++ b/src/move/econia/sources/market.move @@ -2794,7 +2794,7 @@ module econia::market { /// /// * `Option`: An optional cancel reason, if the order needs /// to be cancelled. - inline fun get_cancel_reason_option_for_market_order_or_swap( + /*inline*/ fun get_cancel_reason_option_for_market_order_or_swap( self_match_taker_cancel: bool, base_traded: u64, max_base: u64, diff --git a/src/move/econia/sources/user.move b/src/move/econia/sources/user.move index 0cc839dff..d8d6331df 100644 --- a/src/move/econia/sources/user.move +++ b/src/move/econia/sources/user.move @@ -2864,7 +2864,7 @@ module econia::user { /// Emit a `FillEvent` for the market account of the maker /// associated with a fill, if market event handles exist for the /// indicated market account. - inline fun emit_maker_fill_event( + /*inline*/ fun emit_maker_fill_event( event_ref: &FillEvent ) acquires MarketEventHandles { let maker = event_ref.maker;