show error on invalid lightning send input

This commit is contained in:
Matthew Fosse 2024-02-29 13:29:27 -08:00
parent 81cf08a0ad
commit dc2d2ece83

View file

@ -194,7 +194,7 @@ class LightningSendPage extends BasePage {
isLoading: false,
onPressed: () async {
try {
processInput(context);
await processInput(context);
} catch (e) {
showPopUp<void>(
context: context,