diff options
author | m2049r <m2049r@monerujo.io> | 2018-09-27 17:52:52 +0200 |
---|---|---|
committer | m2049r <m2049r@monerujo.io> | 2018-09-27 17:59:46 +0200 |
commit | 921b0fb11ba19eaa06e4a716221f0e04fa50bed1 (patch) | |
tree | ebe32d33c0e188f6121989929d73be4f2d889185 /src/wallet/wallet2.h | |
parent | Merge pull request #4423 (diff) | |
download | monero-921b0fb11ba19eaa06e4a716221f0e04fa50bed1.tar.xz |
use default create_address_file argument
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index acbc09c36..db1ac7e42 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -554,7 +554,7 @@ namespace tools * \param device_name name of HW to use * \param create_address_file Whether to create an address file */ - void restore(const std::string& wallet_, const epee::wipeable_string& password, const std::string &device_name, bool create_address_file); + void restore(const std::string& wallet_, const epee::wipeable_string& password, const std::string &device_name, bool create_address_file = false); /*! * \brief Creates a multisig wallet |