Skip to content

Commit

Permalink
Update testnet carbon offset address (multi-sig)
Browse files Browse the repository at this point in the history
  • Loading branch information
celbalrai committed Jun 1, 2021
1 parent d89d16c commit 85f9771
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 @@ -578,7 +578,7 @@ class CTestNetParams : public CChainParams {
consensus.nStakeMinAge = 60 * 60; // 1 hour
consensus.nBlockStakeModifierV1A = 51197;
consensus.nBlockStakeModifierV2 = 826130;
consensus.strCarbonOffsetAddress = "TrY4A3xFUWjb5Dvn6PJzX8RgZEj8jo6ADE";
consensus.strCarbonOffsetAddress = "4yAq996ZLe5Mzx3DnFJQ9ezxJWBbkqegLL";
// ATP parameters
consensus.ATPStartHeight = consensus.V17DeploymentHeight;
consensus.BytzAddrPrefix = "bytztest";
Expand Down

0 comments on commit 85f9771

Please sign in to comment.