diff --git a/engine/realcalls_test_unsolved.go b/engine/realcalls_test.go similarity index 100% rename from engine/realcalls_test_unsolved.go rename to engine/realcalls_test.go diff --git a/engine/userbalance.go b/engine/userbalance.go index b209cf6df..9589e39b0 100644 --- a/engine/userbalance.go +++ b/engine/userbalance.go @@ -132,7 +132,7 @@ func (ub *UserBalance) getBalancesForPrefix(prefix string, balances BalanceChain if b.IsExpired() || (ub.Type != UB_TYPE_POSTPAID && b.Value <= 0) { continue } - if b.DestinationId != "" { + if b.DestinationId != "" && b.DestinationId != "*any" { dest, err := storageGetter.GetDestination(b.DestinationId, false) if err != nil { continue