Catch big group correction that does not need a balance correction.

This commit is contained in:
James Cole
2026-03-29 20:27:08 +02:00
parent 7f9640087e
commit 59510a9acc
3 changed files with 33 additions and 24 deletions

View File

@@ -30,4 +30,5 @@ class TransactionGroupEventFlags
public bool $fireWebhooks = true;
public bool $batchSubmission = false;
public bool $recalculateCredit = true;
public bool $unifyOnly = false;
}