Skip to content

Commit

Permalink
Filter address again
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 3, 2024
1 parent 178ea97 commit b955ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hydra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class Hydra {
this.connection = new WebSocket(
websocketUrl +
(websocketUrl.toString().endsWith("/") ? "" : "/") +
`?history=no`,
`?${filterAddress ? `address=${filterAddress}&` : ""}history=no`,
);
this.connection.onopen = () => {
console.log("Connected to Hydra");
Expand Down

0 comments on commit b955ad6

Please sign in to comment.