diff --git a/crates/extrinsics/src/contract_info.rs b/crates/extrinsics/src/contract_info.rs index 66fea0ba6..bc54e4623 100644 --- a/crates/extrinsics/src/contract_info.rs +++ b/crates/extrinsics/src/contract_info.rs @@ -281,7 +281,7 @@ where &self.code_hash } - /// Return the number of storage items of the contract. + /// Return the number of storage bytes of the contract. pub fn storage_bytes(&self) -> u32 { self.storage_bytes }