mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 22:22:33 -04:00
Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp
This commit is contained in:
parent
8fc0cdb96f
commit
248310de06
3 changed files with 24 additions and 14 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <boost/thread/locks.hpp>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <system_error>
|
||||
#include <csignal>
|
||||
#include <cstdio>
|
||||
|
@ -214,4 +215,6 @@ namespace tools
|
|||
bool sha256sum(const std::string &filename, crypto::hash &hash);
|
||||
|
||||
bool is_hdd(const char *path);
|
||||
|
||||
boost::optional<std::pair<uint32_t, uint32_t>> parse_subaddress_lookahead(const std::string& str);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue