Updates for untyped btcutil consts.

This commit is contained in:
Josh Rickmar 2014-07-08 11:22:09 -05:00
parent 9036d36e68
commit 0abe6e32bf
3 changed files with 11 additions and 11 deletions

View file

@ -1348,7 +1348,7 @@ func GetInfo(icmd btcjson.Cmd) (interface{}, error) {
info.KeypoolOldest = time.Now().Unix()
info.KeypoolSize = int32(cfg.KeypoolSize)
TxFeeIncrement.Lock()
info.PaytxFee = float64(TxFeeIncrement.i) / float64(btcutil.SatoshiPerBitcoin)
info.PaytxFee = float64(TxFeeIncrement.i) / btcutil.SatoshiPerBitcoin
TxFeeIncrement.Unlock()
// We don't set the following since they don't make much sense in the
// wallet architecture: