Skip to content

Commit

Permalink
update testnet pubkeyhash (dashpay#3)
Browse files Browse the repository at this point in the history
update testnet pubkeyhash
  • Loading branch information
snogcel authored and UdjinM6 committed Jul 15, 2016
1 parent 4ecbef9 commit 2402898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var livenet = get('livenet');
addNetwork({
name: 'testnet',
alias: 'regtest',
pubkeyhash: 0x8b,
pubkeyhash: 0x8c,
privatekey: 0xef,
scripthash: 0x13,
xpubkey: 0x3a8061a0,
Expand Down

0 comments on commit 2402898

Please sign in to comment.