update to mutiny-wasm

This commit is contained in:
Paul Miller
2023-04-17 12:19:27 -05:00
parent 5ba7be5e7f
commit f8155b4596
8 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { NodeManager } from "@mutinywallet/node-manager";
import { NodeManager } from "@mutinywallet/mutiny-wasm";
export function satsToUsd(amount: number | undefined, price: number, formatted: boolean): string {
if (typeof amount !== "number" || isNaN(amount)) {