Skip to content

Commit

Permalink
Fix regtest block reward for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixa84 committed Sep 9, 2024
1 parent e2e94b8 commit d56576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ class CRegTestParams : public CChainParams {
consensus.nMinimumChainWork = uint256{};
consensus.defaultAssumeValid = uint256{};

consensus.genesis_subsidy = 1*COIN;
consensus.genesis_subsidy = 50*COIN;
consensus.connect_genesis_outputs = true;
anyonecanspend_aremine = true;
enforce_pak = false;
Expand Down

0 comments on commit d56576b

Please sign in to comment.