Known exchange detection improvements - fix crash
Most important changes:
-
Fix crash when wrong account name is pasted in input after valid exchange name
reproduction was:
- Go on Transfer screen
- type
mxchiveor any other known exchange - press space
- press backspace (so space will be removed)
AssertionError: Shouldn't use <class 'clive.__private.ui.widgets.known_exchange_handler.KnownExchangeHandler'> with required memo input!
-
Post KnownExchangeGone when going from valid to invalid account name (fixes missing update when changing state from "known exchange detected" to "invalid account name")
Edited by Mateusz Żebrak