fixed treasury messages #669

Merged
tech merged 1 commits from tg-666 into main 2026-03-05 13:18:13 +00:00
Showing only changes of commit 4a554833c4 - Show all commits

View File

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