You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
// 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
The text was updated successfully, but these errors were encountered:
Summary
from
plasmacli/subcmd/query/info.go
Problem
Proposal
The text was updated successfully, but these errors were encountered: