diff --git a/src/storage/mod.rs b/src/storage/mod.rs index 46268ba..333da2b 100644 --- a/src/storage/mod.rs +++ b/src/storage/mod.rs @@ -161,9 +161,9 @@ impl Storage { Err(HypercoreError::InvalidOperation { context: format!( "Could not read from store {}, index {} / length {} is out of bounds for store length {}", + current_store, instruction.index, read_length, - current_store, length ), })