Use strong enum for WalletCreationStatus
This commit is contained in:
parent
3199610ad3
commit
d6649d16b5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ std::vector<std::shared_ptr<CWallet>> GetWallets();
|
||||||
std::shared_ptr<CWallet> GetWallet(const std::string& name);
|
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);
|
std::shared_ptr<CWallet> LoadWallet(interfaces::Chain& chain, const WalletLocation& location, std::string& error, std::string& warning);
|
||||||
|
|
||||||
enum WalletCreationStatus {
|
enum class WalletCreationStatus {
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
CREATION_FAILED,
|
CREATION_FAILED,
|
||||||
ENCRYPTION_FAILED
|
ENCRYPTION_FAILED
|
||||||
|
|
Loading…
Add table
Reference in a new issue