Skip to content

Commit

Permalink
cleaned up imports, no real changes
Browse files Browse the repository at this point in the history
  • Loading branch information
argonmining committed Aug 11, 2024
1 parent c4ebb1f commit cec632d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/trxs/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Database from '../database';
import { sompiToKaspaStringWithSuffix, type IPaymentOutput, createTransactions, PrivateKey, UtxoProcessor, UtxoContext, type RpcClient, type PendingTransaction } from "../../wasm/kaspa";
import { sompiToKaspaStringWithSuffix, type IPaymentOutput, createTransactions, Address, PrivateKey, UtxoProcessor, UtxoContext, type RpcClient, type PendingTransaction } from "../../wasm/kaspa";
import Monitoring from '../monitoring';
import { DEBUG } from "../index";
import { Address } from "../../wasm/kaspa";

export default class trxManager {
private networkId: string;
Expand Down

0 comments on commit cec632d

Please sign in to comment.