Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 10, 2024
1 parent 5f8321b commit e191e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/HydraMultiplayer/dedicated.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { blake2b } from "@noble/hashes/blake2b";

import { HydraMultiplayer, Packet } from "./base";
import { EmscriptenModule, Keys, TxHash, UTxO } from "../../types";
import { EmscriptenModule, Keys, UTxO } from "../../types";
import { fromHex, toHex } from "../helpers";

interface Client {
Expand Down

0 comments on commit e191e77

Please sign in to comment.