Skip to content

Fix assertion error when noWallet used

Guillaume Champagne requested to merge gchamp/krfb:fix-nowallet-crash into master

Krfb fails to startup if "noWallet" is in the config since walletOpened() is called without a wallet, triggering the Q_ASSERT at the beginning of the function.

Fix this by adding function to read passwords from the config directly rather than reusing the walletOpened() slot.

Merge request reports