You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @brianjohnson5972 thank you for your suggestions regarding the = vs. == typos on lines 54, 62, and 68. You are correct about line 67 of the original contract code. The issues you have brought to my attention are not the only issues of the original contract, and I decided to revamp the code after a lot of troubleshooting. I will be attaching a pull request with the new contract code and would appreciate your input.
In MortgagePayment.sol lines 54, 62 and 68 you should be using = instead of ==.
At line 67 it looks like you hare having the buyer transfer to the buyer.
Adding a unit test would make the use cases here much more clear and prove that it works.
The text was updated successfully, but these errors were encountered: