remove TODO

This commit is contained in:
perissology 2017-12-05 13:47:01 -08:00
parent 9835535aa1
commit d8d6ac7a77

View File

@ -46,7 +46,7 @@ contract LPVault is Owned {// TODO NEEDS TO BE ESCAPABLE!!! AND WE NEED TO ADD A
enum PaymentStatus { enum PaymentStatus {
Pending, // When the payment is awaiting confirmation 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 Canceled // When the payment will never be sent
} }
/// @dev `Payment` is a public structure that describes the details of /// @dev `Payment` is a public structure that describes the details of