Browse Source

Added subscribedAddresses to clients.js.

get-transaction-merkle
Corey Phillips 4 years ago
parent
commit
73f40307fa
No known key found for this signature in database GPG Key ID: 80C0975F55D3A07B
  1. 4
      helpers/clients.js

4
helpers/clients.js

@ -13,6 +13,10 @@ class Clients {
bitcoin: [],
bitcoinTestnet: []
};
this.subscribedAddresses = {
bitcoin: [],
bitcoinTestnet: []
};
}
updateNetwork(network) {

Loading…
Cancel
Save