Use strong enum for WalletCreationStatus

This commit is contained in:
Fabian Jahr 2019-07-10 15:46:02 -04:00
parent 3199610ad3
commit d6649d16b5

View file

@ -49,7 +49,7 @@ std::vector<std::shared_ptr<CWallet>> GetWallets();
std::shared_ptr<CWallet> GetWallet(const std::string& name);
std::shared_ptr<CWallet> LoadWallet(interfaces::Chain& chain, const WalletLocation& location, std::string& error, std::string& warning);
enum WalletCreationStatus {
enum class WalletCreationStatus {
SUCCESS,
CREATION_FAILED,
ENCRYPTION_FAILED