()
| 1557 | } |
| 1558 | |
| 1559 | func (l *LedgerForge) batchReferenceCheckEnabled() bool { |
| 1560 | return !l.Config().Transaction.DisableBatchReferenceCheck |
| 1561 | } |
| 1562 | |
| 1563 | func (l *LedgerForge) canCoalesceQueuedTransaction(transaction *model.Transaction) (bool, string) { |
| 1564 | if transaction == nil { |