We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b0555 commit 052355fCopy full SHA for 052355f
cmd/evm/internal/t8ntool/block.go
@@ -158,7 +158,7 @@ func (i *bbInput) ToBlock() *types.Block {
158
if i.Header.Nonce != nil {
159
header.Nonce = *i.Header.Nonce
160
}
161
- if header.Difficulty != nil {
+ if i.Header.Difficulty != nil {
162
header.Difficulty = i.Header.Difficulty
163
164
return types.NewBlockWithHeader(header).WithBody(i.Txs, i.Ommers).WithWithdrawals(i.Withdrawals)
0 commit comments