Skip to content

Commit

Permalink
[mcrn] set COINBASE_FLAGS(miner/minter identifier) to CVMU
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-mcrn committed Jan 6, 2019
1 parent e16ea7d commit 35f1cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ CTxMemPool mempool(&feeEstimator);
std::atomic_bool g_is_mempool_loaded{false};

/** Constant stuff for coinbase transactions we create: */
CScript COINBASE_FLAGS;
const char* miner_sig = "|CVMU(https://cvmu.jp/)|";
CScript COINBASE_FLAGS((unsigned char*)miner_sig, (unsigned char*)miner_sig + strlen((char *)miner_sig));

const std::string strMessageMagic = "XPChain Signed Message:\n";

Expand Down

0 comments on commit 35f1cde

Please sign in to comment.