Skip to content

Commit

Permalink
CoinQ: Enabled SegWit support on Litecoin mainnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed May 10, 2017
1 parent c320d43 commit b3cfbd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/CoinQ/src/CoinQ_coinparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ const CoinParams litecoinParams(
2084524493,
uchar_vector(32, 0),
uchar_vector("97ddfbbae6be97fd6cdf3e7ca13232a3afff2353e29badfab7f73011edd4ced9")
)
),
true
);
const CoinParams& getLitecoinParams() { return litecoinParams; }

Expand Down

0 comments on commit b3cfbd7

Please sign in to comment.