Skip to content

Commit 26d4641

Browse files
committed
fix(gateway): update disputeHash cal
1 parent a9df0ab commit 26d4641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/src/gateway/BaseForeignGateway.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ abstract contract BaseForeignGateway is IL1Bridge, IForeignGateway {
5555
"createDispute",
5656
disputeID,
5757
arbitrationCost(_extraData),
58-
_extraData
58+
_extraData,
59+
msg.sender
5960
)
6061
);
6162
disputeIDtoHash[disputeID] = disputeHash;

0 commit comments

Comments
 (0)