We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab886e commit b0a08bfCopy full SHA for b0a08bf
internal/service/account.go
@@ -85,6 +85,7 @@ func (e *Service) GetAccountTransactions(ctx context.Context, accountID string,
85
{Key: "$or", Value: bson.A{
86
bson.D{{Key: "sender", Value: addr.String()}},
87
bson.D{{Key: "receiver", Value: addr.String()}},
88
+ bson.D{{Key: "vault", Value: addr.String()}},
89
}},
90
}
91
0 commit comments