mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +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) {
|
if (coin == Coin.epicCash) {
|
||||||
sendToController.addListener(() {
|
sendToController.addListener(() {
|
||||||
_address = sendToController.text;
|
_address = sendToController.text;
|
||||||
|
|
Loading…
Reference in a new issue