You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
After a DigiByte wallet is downloaded the wallet will freeze if a user attempts to run an rpc command such as "getinfo" before the sync has reach blocked 145k. After block 145k the RPC commands work as expected. Block 145k was where the hard fork to multi-algo mining occurred.
A simple if - else statement with block height in the appropriate place should fix this issue.