mymonero / mymonero-app-ios

The MyMonero native iOS app
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

migrate hasAgreedToTermsOfCalculatedEffectiveMoneroAmount to Settings as is done in JS app #50

Open paulshapiro opened 6 years ago

paulshapiro commented 6 years ago

Involves removing application of user defaults - see comment and code in SendFundsFormViewController/passwordController_DeleteEverything()

See https://github.com/mymonero/mymonero-app-js/commit/cc8066c59eab1c879e18ac31fa5583a7ccb205aa

No specific reason except that it's better to remove the user defaults mechanism completely and simplify.