mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 removed move constructor variant
This commit is contained in:
parent
8935b0cb4d
commit
22d1e02460
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ struct User
|
|||
Log log;
|
||||
#endif
|
||||
|
||||
User(uint32_t init_bal, std::string &&init_pass) noexcept;
|
||||
User(uint32_t init_bal, const std::string &init_pass) noexcept;
|
||||
User(uint32_t init_bal, XXH64_hash_t init_pass) noexcept;
|
||||
#if MAX_LOG_SIZE > 0
|
||||
User(uint32_t init_bal, XXH64_hash_t init_pass, const Json::Value &log_j) noexcept;
|
||||
|
|
|
|||
Loading…
Reference in a new issue