mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
internal/ethapi/testdata: add note
This commit is contained in:
parent
20b83d1dc1
commit
1a98c5cba2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue