Skip to content

Commit

Permalink
Avoid changing Loki blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Apr 4, 2019
1 parent a9d6ab8 commit db89485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static bool fillExtraMM(cryptonote::block& block1, const cryptonote::block& bloc

extra[pos + 1] = new_extra_nonce_size;
std::copy(extra_nonce_replace.begin(), extra_nonce_replace.end(), extra.begin() + pos + 1 + new_extra_nonce_size + 1);
extra.resize(pos + 1 + extra_nonce_size + 1);
//extra.resize(pos + 1 + extra_nonce_size + 1);

return true;
}
Expand Down

0 comments on commit db89485

Please sign in to comment.