Skip to content

Commit 5a1f98f

Browse files
committed
fix: error message variable order
1 parent d475b4f commit 5a1f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ impl Storage {
161161
Err(HypercoreError::InvalidOperation {
162162
context: format!(
163163
"Could not read from store {}, index {} / length {} is out of bounds for store length {}",
164+
current_store,
164165
instruction.index,
165166
read_length,
166-
current_store,
167167
length
168168
),
169169
})

0 commit comments

Comments
 (0)