Open ethereumdegen opened 1 week ago
function withdrawFromEscrowVault ( uint256 _amount ) public whenForwarderNotPaused whenNotPaused { address _escrowVault = ITellerV2(TELLER_V2).getEscrowVault(); IEscrowVault(_escrowVault).withdraw(address(principalToken), _amount ); }
Need to increment accounting for amount repaid..
fixed in #62
Need to increment accounting for amount repaid..