Skip to content

Commit 3bed9cf

Browse files
committed
Comment added to tell about scenario of Basis Point > 10000
1 parent 3a5f90b commit 3bed9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/standard/arbitration/MultipleArbitrableTransactionWithFee.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ contract MultipleArbitrableTransactionWithFee is IArbitrable {
113113
arbitrator = _arbitrator;
114114
arbitratorExtraData = _arbitratorExtraData;
115115
feeRecipient = _feeRecipient;
116+
// Basis point being set higher than 10000 will result in underflow, but it's the responsibility of the deployer of the contract.
116117
feeRecipientBasisPoint = _feeRecipientBasisPoint;
117118
feeTimeout = _feeTimeout;
118119
}

0 commit comments

Comments
 (0)