diff --git a/lib/wallet/plugin.js b/lib/wallet/plugin.js index 71ad830fa..7bad32906 100644 --- a/lib/wallet/plugin.js +++ b/lib/wallet/plugin.js @@ -46,6 +46,7 @@ class Plugin extends EventEmitter { this.network = node.network; this.logger = node.logger; + this.workers = node.workers; this.client = new NodeClient(node);