Skip to content

Commit c7366eb

Browse files
committed
fix compile
1 parent 79e121b commit c7366eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/precompiles/neuron.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl NeuronPrecompile {
227227
if len_position > data_len {
228228
log::error!(
229229
"the start position of certificate as {} is bigger than whole data len {}",
230-
subnet_contact_start,
230+
len_position,
231231
data_len
232232
);
233233
return Err(PrecompileFailure::Error {

0 commit comments

Comments
 (0)