cmd: remove unwanted println

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
This commit is contained in:
Ciro S. Costa 2021-07-22 20:06:41 -04:00
parent 680c4ce417
commit 17ffb4aea4

View file

@ -145,7 +145,6 @@ func (c *getTransactionCommand) prettyOutputs(
table.AddRow()
table.AddRow("", "STEALTH ADDR", "AMOUNT", "AMOUNT IDX")
fmt.Println("indices", txn.OutputIndices)
for idx, vout := range txnDetails.Vout {
amount := "?"
if vout.Amount != 0 {