From 76346fac74cbeb80e7c1f0f0527896f81e0dab59 Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sat, 26 Jan 2019 04:02:26 +0530 Subject: [PATCH] To do commented - ticked. --- contracts/v2/InstaBank.sol | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/contracts/v2/InstaBank.sol b/contracts/v2/InstaBank.sol index 31e0f15..f4fc623 100644 --- a/contracts/v2/InstaBank.sol +++ b/contracts/v2/InstaBank.sol @@ -1,17 +1,13 @@ //// SMART CONTARCT -// shut -// transferCDP only works if FREEZED -// mapping of SendWyre address -// nextOwner changed internally -// new registry contract -// charge fees on connected contracts like -// if no internal owner of CDP then admin is the owner -// update registry of v2 beforehand +// mapping of SendWyre address //// DAPP // check isAddress (and every important variable) before executing any contract function -//// Ravindra +//// OTHERS +// charge fees on connected contracts like + +//// RAVINDRA // How can we create a global variable for "loanMaster"? pragma solidity 0.4.24;