Skip to content

Commit

Permalink
fix(gateway): update disputeHash cal
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Jan 18, 2022
1 parent a9df0ab commit 26d4641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/src/gateway/BaseForeignGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ abstract contract BaseForeignGateway is IL1Bridge, IForeignGateway {
"createDispute",
disputeID,
arbitrationCost(_extraData),
_extraData
_extraData,
msg.sender
)
);
disputeIDtoHash[disputeID] = disputeHash;
Expand Down

0 comments on commit 26d4641

Please sign in to comment.