Skip to content

Commit

Permalink
added hard argument to recursive ensure call
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Nov 10, 2024
1 parent 6f3432b commit 39a0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WavesKit.php
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ public function ensure( $tx, $confirmations = 0, $sleep = 0.5, $timeout = 30, $h
{
$this->log( 'w', "($id) change detected" );
$this->fetcher->resetCache();
return $this->ensure( $tx, $confirmations, $sleep, $timeout );
return $this->ensure( $tx, $confirmations, $sleep, $timeout, $hard );
}

$this->log( 's', "($id) reached $c confirmations" );
Expand Down

0 comments on commit 39a0fc9

Please sign in to comment.