Skip to content

Fixes clearAuthorities in chainspec when staking genesis is defined #581

Fixes clearAuthorities in chainspec when staking genesis is defined

Fixes clearAuthorities in chainspec when staking genesis is defined #581

Triggered via pull request February 6, 2024 11:56
Status Skipped
Total duration 3s
Artifacts

auto-merge.yml

on: pull_request
auto-merge
0s
auto-merge
Fit to window
Zoom out
Zoom in

Annotations

1 warning
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default