add comment

This commit is contained in:
sneurlax 2023-03-06 17:24:46 -06:00
parent 0478108412
commit 6dab6c5a55

View file

@ -580,6 +580,7 @@ class _SendViewState extends ConsumerState<SendView> {
});
}
// add listener for epic cash to strip http:// and https:// prefixes if the address also ocntains an @ symbol (indicating an epicbox address)
if (coin == Coin.epicCash) {
sendToController.addListener(() {
_address = sendToController.text;