Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: dc200d002ecbb14465d91734a71ed1246ee5a152
https://github.com/conformal/btcd/commit/dc200d002ecbb14465d91734a71ed1246ee5a152
Author: Dave Collins <[email protected]>
Date: 2013-12-25 (Wed, 25 Dec 2013)
Changed paths:
M mempool.go
M rpcserver.go
Log Message:
-----------
Correct getrawmempool verbose fee field.
The fee field of the getrawmempool RPC JSON response should be in Bitcoins
instead of Satoshi. This commit corrects that issue.
Also, add a couple of comments and fix a comment typo while here.
Commit: 6be128a843623bbbfa0262f26b0efae65631b79d
https://github.com/conformal/btcd/commit/6be128a843623bbbfa0262f26b0efae65631b79d
Author: Dave Collins <[email protected]>
Date: 2013-12-25 (Wed, 25 Dec 2013)
Changed paths:
M util/btcctl/btcctl.go
Log Message:
-----------
Display float values with btcctl with %f.
This commit modifies btcctl to show float values with %f instead of the
default %v. This means the values will show similar to 1180923195.260000
instead of 1.18092319526e+09 (scientific notation).
Compare: https://github.com/conformal/btcd/compare/edf8f2f22468...6be128a84362