Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
open-junius committed Jan 31, 2025
1 parent 79e121b commit c7366eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/precompiles/neuron.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl NeuronPrecompile {
if len_position > data_len {
log::error!(
"the start position of certificate as {} is bigger than whole data len {}",
subnet_contact_start,
len_position,
data_len
);
return Err(PrecompileFailure::Error {
Expand Down

0 comments on commit c7366eb

Please sign in to comment.