Remove local stack extensions

This commit is contained in:
2026-01-15 15:58:05 +11:00
parent 86b54e5293
commit 463524b6f6
6 changed files with 1463 additions and 6 deletions

View File

@@ -4,13 +4,14 @@ import { useRoute, useRouter } from 'vue-router';
import {
BlockchainElectrum,
WalletP2PKHWatch,
WalletHDWatch,
HDPublicNode,
PublicKey,
type Address,
} from '@xocash/stack';
import { WalletP2PKHWatch } from '../xo-extensions/wallet-p2pkh-watch.js';
import { WalletHDWatch } from '../xo-extensions/wallet-hd-watch.js';
import { HDPublicNode } from '../xo-extensions/hd-public-node.js';
import { ReactiveWallet } from '../services/wallet.js';
//-----------------------------------------------------------------------------