We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d66aa commit 270d348Copy full SHA for 270d348
src/Traits/CanConfirm.php
@@ -54,6 +54,8 @@ public function safeConfirm(Transaction $transaction): bool
54
{
55
try {
56
return $this->confirm($transaction);
57
+ } catch (ConfirmedInvalid) {
58
+ return true;
59
} catch (ExceptionInterface) {
60
return false;
61
}
0 commit comments