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 b3af724 commit 3eb27efCopy full SHA for 3eb27ef
src/Traits/CanConfirm.php
@@ -25,9 +25,7 @@ public function confirm(Transaction $transaction): bool
25
->getWallet($self);
26
27
if (!$wallet->refreshBalance()) {
28
- // @codeCoverageIgnoreStart
29
return false;
30
- // @codeCoverageIgnoreEnd
31
}
32
33
if ($transaction->type === Transaction::TYPE_WITHDRAW) {
0 commit comments