Skip to content

Commit

Permalink
internal/ethapi/testdata: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Sep 1, 2024
1 parent 20b83d1 commit 1a98c5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/ethapi/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,10 @@ func TestRPCMarshalBlock(t *testing.T) {
}

func TestRPCGetBlockOrHeader(t *testing.T) {
// Note: Upstream (geth) tests have a different genesis hash as it has a different
// state root hash due to allocating balance separately in test backend. Because
// that is commented out in bor, we use the old genesis hash in the test files.

t.Parallel()

// Initialize test accounts
Expand Down

0 comments on commit 1a98c5c

Please sign in to comment.