mirror of
https://github.com/monero-project/monero.git
synced 2025-07-24 06:50:43 -04:00
Changed block minor version
This commit is contained in:
parent
0fd82c910b
commit
6ed4507803
2 changed files with 3 additions and 3 deletions
|
@ -607,8 +607,8 @@ namespace cryptonote
|
|||
string_tools::parse_hexstr_to_binbuff(genesis_coinbase_tx_hex, tx_bl);
|
||||
bool r = parse_and_validate_tx_from_blob(tx_bl, bl.miner_tx);
|
||||
CHECK_AND_ASSERT_MES(r, false, "failed to parse coinbase tx from hard coded blob");
|
||||
bl.major_version = CURRENT_BLOCK_MAJOR_VERSION;
|
||||
bl.minor_version = CURRENT_BLOCK_MINOR_VERSION;
|
||||
bl.major_version = 1;
|
||||
bl.minor_version = 0;
|
||||
bl.timestamp = 0;
|
||||
bl.nonce = 10000;
|
||||
miner::find_nonce_for_given_block(bl, 1, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue