Skip to content

Commit

Permalink
Merge pull request #72 from renproject/fix/digibyte-address-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
loongy authored Mar 4, 2021
2 parents 6c8a45f + fd42c85 commit 4a127f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/digibyte/digibyte.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ var MainNetParams = chaincfg.Params{

// Address encoding magics
PubKeyHashAddrID: 0x1e, // starts with 1
ScriptHashAddrID: 0x32, // starts with 3
ScriptHashAddrID: 0x3f, // starts with 3
PrivateKeyID: 0x80, // starts with 5 (uncompressed) or K (compressed)
WitnessPubKeyHashAddrID: 0x06, // starts with p2
WitnessScriptHashAddrID: 0x0A, // starts with 7Xh
Expand Down

0 comments on commit 4a127f4

Please sign in to comment.