Skip to content

Commit

Permalink
Updated chainparams
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 14, 2024
1 parent 47b42c4 commit 90bbb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static CBlock CreateBLSCTGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t
{
auto out = blsct::CreateOutput(dest, genesisReward, "Reward", TokenId(), 1);
DataStream ss{0, 0};
DataStream ss{};
ss << out;
return CreateBLSCTGenesisBlock(nTime, nNonce, nBits, nVersion, out);
Expand Down

0 comments on commit 90bbb36

Please sign in to comment.