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 f067822 commit 323eb7aCopy full SHA for 323eb7a
src/Services/StateService.php
@@ -31,8 +31,9 @@ public function commit(): void
31
{
32
foreach (array_unique($this->wallets) as $wallet) {
33
$this->bookkeeperService->increase($wallet, $this->regulatorService->diff($wallet));
34
- $this->regulatorService->missing($wallet);
35
}
+
36
+ $this->purge();
37
38
39
public function purge(): void
0 commit comments