From d5209c880b434b225af906e16a2bb90e0796597e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 10 Oct 2024 18:31:38 +0200 Subject: [PATCH] Update specs/marketplace.md --- specs/marketplace.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/marketplace.md b/specs/marketplace.md index 94827fc..7d24f9d 100644 --- a/specs/marketplace.md +++ b/specs/marketplace.md @@ -243,7 +243,6 @@ When the proof is ready, the SP node MUST make a transaction calling `fillSlot() - `requestId` - the ID of the request. - `slotIndex` - the slot index that the node wants to fill. - `proof` - the `Groth16Proof` proof structure, generated over the slot data. -- `collateral` - The amount of tokens required to fill a slot The Ethereum address, of the SP node from which the transaction originates, MUST have [approval](https://docs.openzeppelin.com/contracts/2.x/api/token/erc20#IERC20-approve-address-uint256-) for the transfer of at least the amount of required tokens.