mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 02:54:30 +00:00
pass prefs instance when updating electrumx
This commit is contained in:
parent
9835970751
commit
7646f97cc1
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ mixin ElectrumXInterface<T extends Bip39HDCurrency> on Bip39HDWallet<T> {
|
||||||
);
|
);
|
||||||
subscribableElectrumXClient = SubscribableElectrumXClient.from(
|
subscribableElectrumXClient = SubscribableElectrumXClient.from(
|
||||||
node: newNode,
|
node: newNode,
|
||||||
// torService: torService,
|
prefs: prefs,
|
||||||
);
|
);
|
||||||
await subscribableElectrumXClient.connect(
|
await subscribableElectrumXClient.connect(
|
||||||
host: newNode.address, port: newNode.port);
|
host: newNode.address, port: newNode.port);
|
||||||
|
|
Loading…
Reference in a new issue