cmd/devp2p/internal/ethtest: add transaction tests (#21857)

This commit is contained in:
Marius van der Wijden
2020-11-30 15:23:48 +01:00
committed by GitHub
parent aba0c234c2
commit a1ddd9e1d3
9 changed files with 243 additions and 24 deletions

View File

@ -73,7 +73,7 @@ func TestEthProtocolNegotiation(t *testing.T) {
// TestChain_GetHeaders tests whether the test suite can correctly
// respond to a GetBlockHeaders request from a node.
func TestChain_GetHeaders(t *testing.T) {
chainFile, err := filepath.Abs("./testdata/fullchain.rlp.gz")
chainFile, err := filepath.Abs("./testdata/chain.rlp")
if err != nil {
t.Fatal(err)
}