sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

Fix daemon bootstrap #70

Closed sumogr closed 4 years ago

sumogr commented 4 years ago

There was a typing mistake with use_bootstrap_daemon variable preventing it to work properly. It was typed correctly on ProcessManager.py but typed as use_boostrap_daemon at the rest of the code files. Instead of correcting every instance of the boolean along the code i 've just used the mistyped variable on ProcessManage.py as well.

Fixed the default log level as well to 0 to correspond with the actual default setting, increased the default block sync size to 50 as per our core and fixed the same typo on the checkbox description on "use bootstrap"