mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-24 19:46:16 +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,
|
isLoading: false,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
try {
|
try {
|
||||||
processInput(context);
|
await processInput(context);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
showPopUp<void>(
|
showPopUp<void>(
|
||||||
context: context,
|
context: context,
|
||||||
|
|
Loading…
Reference in a new issue