btc-wallet-js: remove unnecessary and confusing line

This commit is contained in:
Logan Allen 2021-06-25 16:49:15 -05:00
parent 14141af044
commit 30614d6374

View File

@ -10,8 +10,6 @@ import './css/custom.css';
// rebuild x3
window.NETWORK = 'testnet'; // 'bitcoin'
const channel = new window.channel();
api.setChannel(window.ship, channel);