Skip to content

Commit

Permalink
modify devp2p testdata (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 authored Mar 4, 2024
1 parent ca313e5 commit c64b78c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/devp2p/internal/xcbtest/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func NewSuite(dest *enode.Node, chainfile string, genesisfile string) *Suite {
}
return &Suite{
Dest: dest,
chain: chain.Shorten(11),
chain: chain.Shorten(10),
fullChain: chain,
}
}
Expand Down
Binary file modified cmd/devp2p/internal/xcbtest/testdata/chain.rlp
Binary file not shown.
Binary file modified cmd/devp2p/internal/xcbtest/testdata/halfchain.rlp
Binary file not shown.

0 comments on commit c64b78c

Please sign in to comment.