mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
feat: enhance Payjoin transaction details with block explorer link
This commit is contained in:
parent
14eb346f74
commit
5cc6c75904
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ class PayjoinSenderWorker {
|
||||||
sendPort.send({'type': PayjoinSenderRequestTypes.requestPosted});
|
sendPort.send({'type': PayjoinSenderRequestTypes.requestPosted});
|
||||||
|
|
||||||
return await postRequest.$2.processResponse(response: response);
|
return await postRequest.$2.processResponse(response: response);
|
||||||
} catch (e) {
|
} catch (e, stack) {
|
||||||
throw PayjoinSessionError.unrecoverable('Send V1 payjoin error: $e');
|
throw PayjoinSessionError.unrecoverable('Send V1 payjoin error: $e, $stack');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue