Commit 2e2e89c 1 parent c66ca8b commit 2e2e89c Copy full SHA for 2e2e89c
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ func TestBuildPayload(t *testing.T) {
52
52
verify := func (outer * engine.ExecutionPayloadEnvelope , txs int ) {
53
53
payload := outer .ExecutionPayload
54
54
if payload .ParentHash != b .chain .CurrentBlock ().Hash () {
55
- t .Fatal ("Unexpect parent hash" )
55
+ t .Fatal ("Unexpected parent hash" )
56
56
}
57
57
if payload .Random != (common.Hash {}) {
58
- t .Fatal ("Unexpect random value" )
58
+ t .Fatal ("Unexpected random value" )
59
59
}
60
60
if payload .Timestamp != timestamp {
61
- t .Fatal ("Unexpect timestamp" )
61
+ t .Fatal ("Unexpected timestamp" )
62
62
}
63
63
if payload .FeeRecipient != recipient {
64
- t .Fatal ("Unexpect fee recipient" )
64
+ t .Fatal ("Unexpected fee recipient" )
65
65
}
66
66
if len (payload .Transactions ) != txs {
67
- t .Fatal ("Unexpect transaction set" )
67
+ t .Fatal ("Unexpected transaction set" )
68
68
}
69
69
}
70
70
empty := payload .ResolveEmpty ()
You can’t perform that action at this time.
0 commit comments