Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Aug 20, 2019
1 parent 7db194e commit 303c114
Show file tree
Hide file tree
Showing 4 changed files with 1,581 additions and 1,769 deletions.
3 changes: 0 additions & 3 deletions lib/BITBOX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { Socket } from "./Socket"
import { Transaction } from "./Transaction"
import { TransactionBuilder } from "./TransactionBuilder"
import { Util } from "./Util"
// import { Wallet } from "./Wallet"

// Defaults
export const WS_URL = "wss://ws.bitcoin.com"
Expand Down Expand Up @@ -60,7 +59,6 @@ export class BITBOX {
public Util: Util
public Socket: any
public Schnorr: Schnorr
// Wallet: Wallet
constructor(config: IConfig = {}) {
if (config && config.restURL && config.restURL !== "")
this.restURL = config.restURL
Expand Down Expand Up @@ -94,6 +92,5 @@ export class BITBOX {
this.Util = new Util(this.restURL)
this.Socket = Socket
this.Schnorr = new Schnorr()
// this.Wallet = Wallet
}
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"assert": "^1.4.1",
"axios": "0.19.0",
"bc-bip68": "^1.0.5",
"bch-wallet-bridge.js": "github:web3bch/bch-wallet-bridge.js#master",
"bigi": "^1.4.2",
"bip-schnorr": "^0.3.0",
"bip21": "Bitcoin-com/bip21",
Expand All @@ -45,15 +44,11 @@
"bitcoincash-ops": "Bitcoin-com/bitcoincash-ops#2.0.0",
"bitcoincashjs-lib": "Bitcoin-com/bitcoincashjs-lib#v4.0.1",
"bitcoinjs-message": "^2.0.0",
"browserify": "^16.2.2",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
"cashaddrjs": "^0.2.9",
"coininfo": "Bitcoin-com/coininfo",
"eventsource": "^1.0.7",
"qrcode": "^1.2.0",
"randombytes": "^2.0.6",
"repl.history": "^0.1.4",
"safe-buffer": "^5.1.2",
"satoshi-bitcoin": "^1.0.4",
"socket.io": "^2.2.0",
Expand Down
75 changes: 0 additions & 75 deletions test/integration/Wallet.ts

This file was deleted.

Loading

0 comments on commit 303c114

Please sign in to comment.