Skip to content

Commit f4a528d

Browse files
committed
rm disputeGameType param
1 parent 2d5ddea commit f4a528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FinalityRelayerManager.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ contract FinalityRelayerManagerTest is Test {
302302
minGas,
303303
abi.encodeWithSignature(
304304
"create(uint32,bytes32,bytes)",
305-
finalityBatch.disputeGameType,
305+
0,
306306
finalityBatch.stateRoot,
307307
"0x"
308308
),

0 commit comments

Comments
 (0)