Lots of cleanup

This commit is contained in:
Ethan Frey
2017-08-04 20:36:50 +02:00
parent 0de3ecc741
commit 6dae258767
5 changed files with 28 additions and 56 deletions
@@ -58,7 +58,6 @@ func main() {
txcmd.Middleware.Register(txcmd.RootCmd.PersistentFlags())
// Prepare transactions
proofs.TxPresenters.Register("base", txcmd.BaseTxPresenter{})
txcmd.RootCmd.AddCommand(
// This is the default transaction, optional in your app
coincmd.SendTxCmd,