Skip to content

Commit 26ddb49

Browse files
committed
revert master merge
1 parent 706c8dc commit 26ddb49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Nethermind/Nethermind.Merge.Plugin.Test/EngineModuleTests.HelperFunctions.cs

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ private static ExecutionPayloadV3 CreateBlockRequestV3(IReleaseSpec spec, IWorld
129129
blockRequestV3.ExcessBlobGas = excessBlobGas;
130130
}
131131

132-
133-
134132
blockRequest.SetTransactions(transactions ?? Array.Empty<Transaction>());
135133
TryCalculateHash(blockRequest, out Keccak? hash);
136134
blockRequest.BlockHash = hash;

0 commit comments

Comments
 (0)