Skip to content

Commit ee2d724

Browse files
2-townsmarkspanbroek
authored andcommitted
Remove slashCriterion
1 parent 345c3f2 commit ee2d724

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Marketplace.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,7 @@ describe("Marketplace", function () {
13981398

13991399
it("rewards validator when marking proof as missing", async function () {
14001400
const id = slotId(slot)
1401-
const { slashCriterion, slashPercentage, validatorRewardPercentage } =
1402-
config.collateral
1401+
const { slashPercentage, validatorRewardPercentage } = config.collateral
14031402
await marketplace.reserveSlot(slot.request, slot.index)
14041403
await marketplace.fillSlot(slot.request, slot.index, proof)
14051404

0 commit comments

Comments
 (0)