mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 16:54:18 -04:00
src, epee: fix a couple compiler warnings
This commit is contained in:
parent
6e60919e6d
commit
1164874afc
3 changed files with 0 additions and 5 deletions
|
@ -55,8 +55,6 @@ namespace cryptonote
|
|||
KV_SERIALIZE_VAL_POD_AS_BLOB_OPT(m_encryption_iv, default_iv)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
|
||||
account_keys& operator=(account_keys const&) = default;
|
||||
|
||||
void encrypt(const crypto::chacha_key &key);
|
||||
void decrypt(const crypto::chacha_key &key);
|
||||
void encrypt_viewkey(const crypto::chacha_key &key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue