Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Jul 26, 2020
1 parent c5d7d4d commit dceb498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private DogecoinMainNetParams() {
this.targetTimespan = 1209600;
this.maxTarget = Utils.decodeCompactBits(486604799L);
this.dumpedPrivateKeyHeader = 176;
this.addressHeader = 0;
this.addressHeader = 30;
this.p2shHeader = 16;
this.acceptableAddressCodes = new int[]{this.addressHeader, this.p2shHeader};
this.port = 8333;
Expand Down

0 comments on commit dceb498

Please sign in to comment.