From d8d6ac7a77849b31dea420d5c5a863c3932df2b5 Mon Sep 17 00:00:00 2001 From: perissology Date: Tue, 5 Dec 2017 13:47:01 -0800 Subject: [PATCH] remove TODO --- contracts/LPVault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/LPVault.sol b/contracts/LPVault.sol index ba369ad..a164f03 100644 --- a/contracts/LPVault.sol +++ b/contracts/LPVault.sol @@ -46,7 +46,7 @@ contract LPVault is Owned {// TODO NEEDS TO BE ESCAPABLE!!! AND WE NEED TO ADD A enum PaymentStatus { Pending, // When the payment is awaiting confirmation - Paid, // When the payment has been sent //TODO CHANGE TO SENT????????????????????????????????? + Paid, // When the payment has been sent Canceled // When the payment will never be sent } /// @dev `Payment` is a public structure that describes the details of