Skip to content

Commit

Permalink
Fixed premine address
Browse files Browse the repository at this point in the history
  • Loading branch information
miodragpop committed Jul 3, 2024
1 parent 48b854e commit e3c4d37
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 @@ -162,7 +162,7 @@ class CMainParams : public CChainParams {

bech32_hrp = "bc";

consensus.premine_address_1 = "13FoL25J8fvTzYRa3x2v3sk8SV4W1o21ty";
consensus.premine_address_1 = "13FoL25J8fvTzyRa3x2v3sk8SV4W1o21ty";
consensus.premine_amount_1 = 84000 * COIN;
consensus.premine_address_2 = "1MkwuMMbEqVxdPf4aq4qLxcsasAZiLKMVT";
consensus.premine_amount_2 = 171000 * COIN;
Expand Down

0 comments on commit e3c4d37

Please sign in to comment.