diff --git a/sway-lib-std/src/context.sw b/sway-lib-std/src/context.sw index f89a11179f5..b5da63fd6d3 100644 --- a/sway-lib-std/src/context.sw +++ b/sway-lib-std/src/context.sw @@ -4,8 +4,8 @@ dep context/call_frames; dep context/registers; use ::contract_id::ContractId; -use ::call_frames::*; -use ::registers::balance; +use call_frames::*; +use registers::balance; /// Get the balance of coin `asset_id` for the current contract. pub fn this_balance(asset_id: ContractId) -> u64 {