mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Update block_test_util.go
This commit is contained in:
parent
d7db10ddbd
commit
0d13bf0082
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ func (t *BlockTest) genesis(config *params.ChainConfig) *core.Genesis {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
See https://github.com/ethereum/tests/wiki/Blockchain-Tests-II
|
See https://ethereum-tests.readthedocs.io/en/latest/blockchain-ref.html
|
||||||
|
|
||||||
Whether a block is valid or not is a bit subtle, it's defined by presence of
|
Whether a block is valid or not is a bit subtle, it's defined by presence of
|
||||||
blockHeader, transactions and uncleHeaders fields. If they are missing, the block is
|
blockHeader, transactions and uncleHeaders fields. If they are missing, the block is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue