The property isScanning that is present in API getBlockchainStatus and getState returns always as false, even if the node is in sync or rescanning the blockchain due to a fork happening.
Actually the method seems to be empty, maybe it was never implemented?
|
public boolean isScanning() { |
It is expected that during resync/rescanning the property returns as true.
Issue found during me trying to get the wallet to autoconnect to best server, but it is connecting to some nodes that are rolling back.
The property
isScanningthat is present in APIgetBlockchainStatusandgetStatereturns always asfalse, even if the node is in sync or rescanning the blockchain due to a fork happening.Actually the method seems to be empty, maybe it was never implemented?
signum-node/src/brs/BlockchainProcessorImpl.java
Line 1865 in 37c4943
It is expected that during resync/rescanning the property returns as
true.Issue found during me trying to get the wallet to autoconnect to best server, but it is connecting to some nodes that are rolling back.