mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-27 01:54:23 +01:00
change hardcoded signets to actual network
This commit is contained in:
@@ -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 "#"
|
||||
|
||||
Reference in New Issue
Block a user