From 7dee3f29b460364786efd9b3c5f9d3d3c5baaa9f Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Tue, 3 Dec 2024 16:18:16 +0200 Subject: [PATCH] Clippy fix Signed-off-by: Andrei Baltariu --- sovereign-forge/src/common/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sovereign-forge/src/common/utils.rs b/sovereign-forge/src/common/utils.rs index 997ff967..64b088e3 100644 --- a/sovereign-forge/src/common/utils.rs +++ b/sovereign-forge/src/common/utils.rs @@ -44,7 +44,7 @@ pub trait UtilsModule: super::storage::StorageModule { self.sovereigns_mapper(caller).is_empty(), "The current caller has not deployed any Sovereign Chain" ); - self.check_if_contract_deployed(&caller, ScArray::ChainConfig, b"ChainConfig"); + self.check_if_contract_deployed(caller, ScArray::ChainConfig, b"ChainConfig"); } fn check_if_contract_deployed(