enabledao/enable-contracts

Add a function that return the number of payees on the Repayment Manager contract

djuanit0x opened this issue · 1 comments

The current payess on Repayment Manager contract is a private state; thus, it's difficult to retrieve from the front end.

See here

@djuanit0x It's actually been removed - we actually thought that we could use the fund event to get the list of lenders.

https://ethereum.stackexchange.com/a/22882/53966

emit Fund(msg.sender, amount);