Combine cli-utils with utils

This commit is contained in:
2026-04-27 09:14:30 +00:00
parent 7ad17a7c0e
commit 9fa87d01b3
7 changed files with 6 additions and 51 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { hexToBin } from "@bitauth/libauth";
import { bold, dim } from "../cli-utils.js";
import { bold, dim } from "../utils.js";
import type { CommandDependencies, CommandIO } from "./types.js";
import type { UnspentOutputData } from "@xo-cash/state";
import { CommandError } from "./types.js";