mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
add comment
This commit is contained in:
parent
0478108412
commit
6dab6c5a55
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue