mirror of
https://github.com/embarklabs/subspace.git
synced 2025-03-02 15:20:57 +00:00
fix: var name
This commit is contained in:
parent
f7868aa75f
commit
b4905fbb49
@ -29,7 +29,7 @@ export default class Subspace {
|
||||
this.latestBlockNumber = undefined;
|
||||
this.disableDatabase = options.disableDatabase;
|
||||
this.networkId = undefined;
|
||||
this.isWebsocketProvider = options.usePolling ? false : !!provider.on;
|
||||
this.isWebsocketProvider = options.disableSubscriptions ? false : !!provider.on;
|
||||
|
||||
this.newBlocksSubscription = null;
|
||||
this.intervalTracker = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user