prime-hacker/BlockchainCreditBureau

Interest in loan should be float but it is integer

Opened this issue · 0 comments

in Loan class the interest attribute should be float, but Solidity does not take float values, so we should find a solution for this