diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:16:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:20:35 +0200 |
commit | 9a54d0033e1104a264ddf05cc7e00bbbac12fba5 (patch) | |
tree | 79feefe2c9505febac45f3c617da287bff1c2b63 /src/wallet/wallet2.h | |
parent | Merge pull request #4457 (diff) | |
download | monero-9a54d0033e1104a264ddf05cc7e00bbbac12fba5.tar.xz |
Merge pull request #4458
921b0fb1 use default create_address_file argument (m2049r)
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 |