feat: enhance Payjoin transaction details with block explorer link

This commit is contained in:
Konstantin Ullrich 2025-06-25 14:59:32 +02:00
parent 14eb346f74
commit 5cc6c75904
No known key found for this signature in database
GPG key ID: 6B3199AD9B3D23B8

View file

@ -106,8 +106,8 @@ class PayjoinSenderWorker {
sendPort.send({'type': PayjoinSenderRequestTypes.requestPosted});
return await postRequest.$2.processResponse(response: response);
} catch (e) {
throw PayjoinSessionError.unrecoverable('Send V1 payjoin error: $e');
} catch (e, stack) {
throw PayjoinSessionError.unrecoverable('Send V1 payjoin error: $e, $stack');
}
}