mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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
|
||||
network, err := blockReceiptsToNetwork(canonDB, canonBody)
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue