Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Apr 12, 2024
1 parent 22516bf commit 1cc4607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/v2/unit/NodeOperatorFeesStorage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ describe('@v2 @unit NodeOperatorFeesStorage contract', function () {
}
}

// TODO: Perhaps makes sense to implement the same logic as in the deployment script to automatically get legacy fees
const operatorFees = [
{ identityId: identityIds[0], fees: [{ feePercentage: 1, effectiveDate: BigNumber.from(latestBlockTimestamp) }] },
{
Expand Down

0 comments on commit 1cc4607

Please sign in to comment.