Browse Source
Added subscribedAddresses to clients.js.
get-transaction-merkle
Corey Phillips
4 years ago
No known key found for this signature in database
GPG Key ID: 80C0975F55D3A07B
1 changed files with
4 additions and
0 deletions
-
helpers/clients.js
|
|
@ -13,6 +13,10 @@ class Clients { |
|
|
|
bitcoin: [], |
|
|
|
bitcoinTestnet: [] |
|
|
|
}; |
|
|
|
this.subscribedAddresses = { |
|
|
|
bitcoin: [], |
|
|
|
bitcoinTestnet: [] |
|
|
|
}; |
|
|
|
} |
|
|
|
|
|
|
|
updateNetwork(network) { |
|
|
|