chore: fix lint warning (#283)

This commit is contained in:
Santiago Carmuega 2023-09-07 14:39:18 +02:00 committed by GitHub
parent faa11a5bfd
commit f515a6115c
15 changed files with 133 additions and 112 deletions

View file

@ -1,7 +1,7 @@
use pallas::ledger::traverse::MultiEraBlock;
fn main() {
let blocks = vec![
let blocks = [
include_str!("blocks/byron.block"),
include_str!("blocks/shelley.block"),
include_str!("blocks/mary.block"),