Skip to content

Commit

Permalink
Merge pull request #24 from renproject/feat/support-blossom
Browse files Browse the repository at this point in the history
Updated the ZCash mainnet expiry height to support blossom
  • Loading branch information
Nadimpalli Susruth authored Dec 11, 2019
2 parents de946b7 + 7857bde commit cdfe085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/btctypes/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var ZecMainnet = ZecNetwork{
{419200, []byte{0xBB, 0x09, 0xB8, 0x76}},
{653600, []byte{0x60, 0x0E, 0xB4, 0x2B}},
},
expiryHeight: 653599,
expiryHeight: 10000000,
netString: "mainnet",
params: &chaincfg.MainNetParams,
}
Expand Down

0 comments on commit cdfe085

Please sign in to comment.