mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-27 19:04:24 +01:00
update to mutiny-wasm
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user