diff --git a/contracts/LiquidPledging.sol b/contracts/LiquidPledging.sol index e0289ce..d305840 100644 --- a/contracts/LiquidPledging.sol +++ b/contracts/LiquidPledging.sol @@ -24,7 +24,7 @@ contract LiquidPledging is LiquidPledgingBase { /// donor, a delegate or a project function donate(uint64 idDonor, uint64 idReceiver) payable {// TODO change to `pledge()` if (idDonor == 0) { - idDonor = addDonor('', 259200, ILiquidPledgingPlugin(0x0); // default to 3 day commitTime + idDonor = addDonor('', 259200, ILiquidPledgingPlugin(0x0)); // default to 3 day commitTime } NoteManager storage sender = findManager(idDonor);