@0x/order-utils
: Ran prettier.
This commit is contained in:
committed by
Lawrence Forman
parent
03c59fdaf7
commit
b4929df1e6
@@ -255,10 +255,7 @@ export class CumulativeRewardIntervalError extends RevertError {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class PreviousEpochNotFinalizedError extends RevertError {
|
export class PreviousEpochNotFinalizedError extends RevertError {
|
||||||
constructor(
|
constructor(closingEpoch?: BigNumber | number | string, unfinalizedPoolsRemaining?: BigNumber | number | string) {
|
||||||
closingEpoch?: BigNumber | number | string,
|
|
||||||
unfinalizedPoolsRemaining?: BigNumber | number | string,
|
|
||||||
) {
|
|
||||||
super(
|
super(
|
||||||
'PreviousEpochNotFinalizedError',
|
'PreviousEpochNotFinalizedError',
|
||||||
'PreviousEpochNotFinalizedError(uint256 closingEpoch, uint256 unfinalizedPoolsRemaining)',
|
'PreviousEpochNotFinalizedError(uint256 closingEpoch, uint256 unfinalizedPoolsRemaining)',
|
||||||
|
Reference in New Issue
Block a user