Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 188cf2555f245380a3c4f4a9f6ae86ef448dc02a
https://github.com/btcsuite/btcd/commit/188cf2555f245380a3c4f4a9f6ae86ef448dc02a
Author: Dave Collins <[email protected]>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
R cmd/showblock/showblock.go
Log Message:
-----------
Remove the showblock utility.
This utility is a relic from initial development before it was possible to
request blocks and transactions via RPC. The correct way to do this now
is by using RPC since that works while btcd is operating unlike the
utility which requires an exclusive lock on the database.