change hardcoded signets to actual network

This commit is contained in:
Paul Miller
2023-05-15 09:32:21 -05:00
parent 71695795c2
commit 7e7804e3d9
6 changed files with 26 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
export default function mempoolTxUrl(txid?: string, network?: string) {
import { Network } from "~/logic/mutinyWalletSetup"
export default function mempoolTxUrl(txid?: string, network?: Network) {
if (!txid || !network) {
console.error("Problem creating the mempool url")
return "#"