File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ contract EscrowUniversal is IEscrow, IArbitrableV2 {
3737 uint256 public feeTimeout; // Time in seconds a party can take to pay arbitration fees before being considered unresponsive and lose the dispute.
3838 uint256 public settlementTimeout; // Time in seconds a party can take to accept or propose a settlement before being considered unresponsive.
3939 Transaction[] public transactions; // List of all created transactions.
40- mapping (uint256 => uint256 ) public disputeIDtoTransactionID; // Naps dispute ID to tx ID.
40+ mapping (uint256 => uint256 ) public disputeIDtoTransactionID; // Maps dispute ID to tx ID.
4141 mapping (IERC20 => uint256 ) public amountCaps; // Caps the amount of the respective token for the Escrow transaction.
4242
4343 // ************************************* //
You can’t perform that action at this time.
0 commit comments