fixed treasury messages

This commit is contained in:
Stephan D
2026-03-05 13:59:38 +01:00
parent a9b00b6871
commit 3b65a2dc3a
3 changed files with 37 additions and 9 deletions

View File

@@ -441,7 +441,7 @@ func (s *Service) logRequest(record *storagemodel.TreasuryRequest, status string
}
func newRequestID() string {
return "TGSETTLE-" + strings.ToUpper(bson.NewObjectID().Hex()[:8])
return "TGTREASURY-" + strings.ToUpper(bson.NewObjectID().Hex()[:8])
}
func resolveAccountCode(account *ledger.Account, fallbackAccountID string) string {