mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 20:08:50 +00:00
@ -283,6 +283,7 @@ class _ZapWidget extends State<ZapWidget> {
|
||||
zapRequest: zapRequest,
|
||||
);
|
||||
|
||||
// auto pay with NWC
|
||||
final wallet = await loginData.value?.getWallet();
|
||||
if (wallet != null && invoice != null) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user