Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore(Cash): remove bch window access
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore3 committed Oct 10, 2017
1 parent f7fd165 commit 3d881ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blockchain-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ Wallet.prototype.loadMetadata = function (optionalPayloads, magicHashes) {

var loadBch = function () {
this._bch = BitcoinCash.fromBlockchainWallet(this);
window.bch = this._bch;
};

let promises = [];
Expand Down

0 comments on commit 3d881ee

Please sign in to comment.