Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix StakeBaseSigScript and a comment (decred#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan authored Mar 16, 2017
1 parent 9f58376 commit 6a2ab3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ var TestNetParams = Params{
BlockOneLedger: BlockOneLedgerTestNet,
}

// Test2NetParams defines the network parameters for the test currency network.
// TestNet2Params defines the network parameters for the test currency network.
// This network is sometimes simply called "testnet".
// This is the second public iteration of testnet.
var TestNet2Params = Params{
Expand Down Expand Up @@ -807,7 +807,7 @@ var TestNet2Params = Params{
MaxFreshStakePerBlock: 20, // 4*TicketsPerBlock
StakeEnabledHeight: 16 + 16, // CoinbaseMaturity + TicketMaturity
StakeValidationHeight: 768, // Arbitrary
StakeBaseSigScript: []byte{0xDE, 0xAD, 0xBE, 0xEF},
StakeBaseSigScript: []byte{0x00, 0x00},
StakeMajorityMultiplier: 3,
StakeMajorityDivisor: 4,

Expand Down

0 comments on commit 6a2ab3b

Please sign in to comment.