Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
0xK4d1r committed Jan 21, 2021
1 parent 5fe388e commit 94fd594
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/admin/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ func (service *Admin) AliasChain(_ *http.Request, args *AliasChainArgs, reply *a
return service.httpServer.AddAliasesWithReadLock("bc/"+chainID.String(), "bc/"+args.Alias)
}

// GetAliasesOfChainArgs are the arguments for calling GetAliasesOfChain
type GetAliasesOfChainArgs struct {
Chain string `json:"chain"`
}

// GetChainAliasesArgs are the arguments for calling GetChainAliases
type GetChainAliasesArgs struct {
Chain string `json:"chain"`
Expand Down

0 comments on commit 94fd594

Please sign in to comment.