mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
show error on invalid lightning send input
This commit is contained in:
parent
81cf08a0ad
commit
dc2d2ece83
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class LightningSendPage extends BasePage {
|
|||
isLoading: false,
|
||||
onPressed: () async {
|
||||
try {
|
||||
processInput(context);
|
||||
await processInput(context);
|
||||
} catch (e) {
|
||||
showPopUp<void>(
|
||||
context: context,
|
||||
|
|
Loading…
Reference in a new issue