Branch: refs/heads/master Home: https://github.com/conformal/btcd Commit: 790f652d067a576de47716872aa95c894a4f31e2 https://github.com/conformal/btcd/commit/790f652d067a576de47716872aa95c894a4f31e2 Author: Josh Rickmar <[email protected]> Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M util/btcctl/btcctl.go
Log Message:
-----------
btcctl: Fix createrawtransaction amounts.
These were being counted in satoshis, when the JSON object should be
containing JSON numbers, counted in BTC.
