Commit 15dc5cf4 authored by kingwang's avatar kingwang Committed by 33cn

del no use file

parent 12a5d47e
...@@ -24,7 +24,6 @@ func TicketCmd() *cobra.Command { ...@@ -24,7 +24,6 @@ func TicketCmd() *cobra.Command {
Short: "Ticket management", Short: "Ticket management",
Args: cobra.MinimumNArgs(1), Args: cobra.MinimumNArgs(1),
} }
cmd.AddCommand( cmd.AddCommand(
BindMinerCmd(), BindMinerCmd(),
CountTicketCmd(), CountTicketCmd(),
......
// Copyright Fuzamei Corp. 2018 All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package commands
type txHashes struct {
Hashes []string `json:"hashes"`
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment