Skip to content

Added restoreWalletMode global variable.

Denis Sumin requested to merge features-5153 into develop

OperationModel and walletOperation removed. The restoreMode argument has been added to the createWalletSignal signal. The newWalletButton and restoreWalletButton buttons set a different argument value in the createWalletSignal signal. The DapCreateWallet.qml and DapRecoveryWalletRightPanel.qml panels use the value of the restoreWalletMode variable.

Merge request reports