Fixed imports in main.go
This commit is contained in:
+2
-2
@@ -51,8 +51,8 @@ func main() {
|
||||
// Prepare queries
|
||||
proofs.RootCmd.AddCommand(
|
||||
// These are default parsers, but optional in your app (you can remove key)
|
||||
proofs.TxCmd,
|
||||
proofs.KeyCmd,
|
||||
proofs.TxQueryCmd,
|
||||
proofs.KeyQueryCmd,
|
||||
coincmd.AccountQueryCmd,
|
||||
noncecmd.NonceQueryCmd,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user