diff --git a/contracts/escrows/CountdownGriefingEscrow.sol b/contracts/escrows/CountdownGriefingEscrow.sol index 1bcf02f8..7cf157c3 100644 --- a/contracts/escrows/CountdownGriefingEscrow.sol +++ b/contracts/escrows/CountdownGriefingEscrow.sol @@ -24,7 +24,6 @@ contract CountdownGriefingEscrow is Countdown, Staking, EventMetadata, Operated, struct Data { address buyer; address seller; - address operator; uint128 paymentAmount; uint128 stakeAmount; EscrowStatus status;