Skip to content

Commit

Permalink
remove unused storage
Browse files Browse the repository at this point in the history
  • Loading branch information
thegostep committed Nov 13, 2019
1 parent 9eb494a commit 4a3d98c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/escrows/CountdownGriefingEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a3d98c

Please sign in to comment.