Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --verbose flag #162

Open
colin-axner opened this issue Jul 3, 2019 · 1 comment
Open

Add --verbose flag #162

colin-axner opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
CLI Issues related to CLI work-in-progress
Milestone

Comments

@colin-axner
Copy link
Member

Summary

from plasmacli/subcmd/query/info.go

/*
// TODO: Add --verbose flag that if set will query TxInput and print InputAddresses and InputPositions as well
// print inputs if applicable
positions := utxo.InputPositions
for i, p := range positions {
	fmt.Printf("Input %d Position: %s\n", i, p)
}
*/

Problem

Proposal

@hamdiallam
Copy link
Member

InputPositions is no longer an attribute of TxOutput. Need to do an additional query for TxInput

@wesgraham wesgraham added this to the Version 1.0 milestone Feb 28, 2020
@hamdiallam hamdiallam added CLI Issues related to CLI work-in-progress labels Feb 28, 2020
@hamdiallam hamdiallam self-assigned this Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Issues related to CLI work-in-progress
Development

No branches or pull requests

3 participants