mirror of
https://github.com/oxen-io/oxen-core.git
synced 2023-12-14 02:22:56 +01:00
initialise mapping_value
This commit is contained in:
parent
53602f5a45
commit
440c4ca7c4
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ mapping_value::mapping_value(std::string encrypted_value, std::string nonce): bu
|
|||
encrypted = true;
|
||||
}
|
||||
|
||||
mapping_value::mapping_value(){}
|
||||
mapping_value::mapping_value() : buffer{0},encrypted(false),len(0){}
|
||||
|
||||
std::string name_hash_bytes_to_base64(std::string_view bytes)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue