added comments
This commit is contained in:
parent
849f9e5c96
commit
e0ab61a783
|
@ -2,6 +2,8 @@ pragma solidity ^0.4.11;
|
||||||
|
|
||||||
contract ILiquidPledging {
|
contract ILiquidPledging {
|
||||||
|
|
||||||
|
// TODO: make this enum its own contract... or at least make it so that an owner
|
||||||
|
// can add a new NoteManagerType
|
||||||
enum NoteManagerType { Donor, Delegate, Project}
|
enum NoteManagerType { Donor, Delegate, Project}
|
||||||
enum PaymentState {NotPaid, Paying, Paid}
|
enum PaymentState {NotPaid, Paying, Paid}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue