chore: fix lint warning (#283)
This commit is contained in:
parent
384afa284b
commit
1f870cac66
15 changed files with 133 additions and 112 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue