mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
eth/protocols/eth: fix function name in test
This commit is contained in:
parent
c3919a85c0
commit
3c9f4ac35a
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ func TestReceiptList(t *testing.T) {
|
||||||
// convert from storage encoding to network encoding
|
// convert from storage encoding to network encoding
|
||||||
network, err := blockReceiptsToNetwork(canonDB, canonBody)
|
network, err := blockReceiptsToNetwork(canonDB, canonBody)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("test[%d]: encodeTypes error: %v", i, err)
|
t.Fatalf("test[%d]: blockReceiptsToNetwork error: %v", i, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// parse as Receipts response list from network encoding
|
// parse as Receipts response list from network encoding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue