Make golint happy.

This commit is contained in:
Dave Collins 2014-06-26 16:10:10 -05:00
parent 415ac4596a
commit 7d84d801d7

View file

@ -56,7 +56,7 @@ var (
// coinbaseMaturity is the internal variable used for validating the
// spending of coinbase outputs. A variable rather than the exported
// constant is used because the tests need the ability to modify it.
coinbaseMaturity int64 = CoinbaseMaturity
coinbaseMaturity = int64(CoinbaseMaturity)
// zeroHash is the zero value for a btcwire.ShaHash and is defined as
// a package level variable to avoid the need to create a new instance