From 2c975d4af8dcd99c668d17872d883e7eba69504e Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sun, 28 Oct 2018 01:13:51 +0530 Subject: [PATCH] Added todo comments. --- contracts/protocols/MoatMaker.sol | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contracts/protocols/MoatMaker.sol b/contracts/protocols/MoatMaker.sol index 8944dc5..684bae5 100644 --- a/contracts/protocols/MoatMaker.sol +++ b/contracts/protocols/MoatMaker.sol @@ -1,7 +1,9 @@ // mechanism to transfer an existing CDP (2 txn process) // MKR fee when wiped DAI - buy MRK from OasisDEX onchain maybe // global variable to freeze operations like stop locking & drawing -// (Think again) store MKR tokens on contract by yourself and charge user 1% instead for now +// (Think again) +// // store MKR tokens on contract by yourself and charge user 1% instead for now +// // [Best] Instead user should keep MKR & transferFrom & deduct & return the balance back in 1 Txn pragma solidity 0.4.24;