RadicalBodies / protocol

RadicalBodies smart contracts.
GNU General Public License v3.0
3 stars 1 forks source link

Add IMarket.calculatePrice #16

Closed axic closed 6 years ago

axic commented 6 years ago

This one is driving me crazy:

,/Users/alex/Projects/protocol/contracts/Market.sol:118:48: DeclarationError: Undeclared identifier. Did you mean "calculatePrice"?
        (currentPeriodStart, nextPrice, tax) = calculatePrice(tokenId, numberOfIntervals, reservePrice);
                                               ^------------^