From 73f40307fa1581b2e8e98dc69c06c2c3bbfa2704 Mon Sep 17 00:00:00 2001 From: Corey Phillips Date: Fri, 20 Nov 2020 12:29:19 -0500 Subject: [PATCH] Added subscribedAddresses to clients.js. --- helpers/clients.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers/clients.js b/helpers/clients.js index e496f32..3d55584 100644 --- a/helpers/clients.js +++ b/helpers/clients.js @@ -13,6 +13,10 @@ class Clients { bitcoin: [], bitcoinTestnet: [] }; + this.subscribedAddresses = { + bitcoin: [], + bitcoinTestnet: [] + }; } updateNetwork(network) {