Branch: refs/heads/master
Home: https://github.com/conformal/btcutil
Commit: e0adcd5f70cc0766137b095bacfe2b68aac596e3
https://github.com/conformal/btcutil/commit/e0adcd5f70cc0766137b095bacfe2b68aac596e3
Author: Josh Rickmar <[email protected]>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M amount.go
M amount_test.go
M const.go
Log Message:
-----------
Make amount constants untyped.
Since these constants can be useful for int64, Amount, and float64
math, it doesn't make sense to make them just one type, and require
type conversions for the rest.
ok @davecgh