fixed low performance transactions

This commit is contained in:
Fran Jurmanović
2021-06-30 22:36:03 +02:00
parent 81505baf7a
commit 1b4d5e8725
4 changed files with 46 additions and 35 deletions

View File

@@ -67,7 +67,7 @@ func (as *WalletService) GetHeader(am *models.Auth, walletId string) *models.Wal
for _, sub := range *subscriptions {
if sub.HasNew() {
as.Ss.SubToTrans(&sub)
as.Ss.SubToTrans(&sub, tx)
}
}