Changed the use of boost:value_initialized for C++ list initializer
This commit is contained in:
@@ -647,7 +647,7 @@ namespace cryptonote
|
||||
)
|
||||
{
|
||||
//genesis block
|
||||
bl = boost::value_initialized<block>();
|
||||
bl = {};
|
||||
|
||||
blobdata tx_bl;
|
||||
bool r = string_tools::parse_hexstr_to_binbuff(genesis_tx, tx_bl);
|
||||
|
||||
Reference in New Issue
Block a user