Skip to content

Commit b0a08bf

Browse files
committed
Fix account transactions
1 parent 5ab886e commit b0a08bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/account.go

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func (e *Service) GetAccountTransactions(ctx context.Context, accountID string,
8585
{Key: "$or", Value: bson.A{
8686
bson.D{{Key: "sender", Value: addr.String()}},
8787
bson.D{{Key: "receiver", Value: addr.String()}},
88+
bson.D{{Key: "vault", Value: addr.String()}},
8889
}},
8990
}
9091

0 commit comments

Comments
 (0)