mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-22 16:34:23 +01:00
Add config to flutter example (#274)
This commit is contained in:
@@ -112,7 +112,7 @@ class _SendPaymentDialogState extends State<SendPaymentDialog> {
|
||||
try {
|
||||
setState(() => paymentInProgress = true);
|
||||
SendPaymentResponse resp = await widget.liquidSdk.sendPayment(req: sendPaymentReq!);
|
||||
debugPrint("Paid ${resp.txid}");
|
||||
debugPrint("Paid ${resp.payment.txId}");
|
||||
if (context.mounted) {
|
||||
Navigator.pop(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user