Skip to content

Commit

Permalink
Removed keys stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey authored and rigelrozanski committed Mar 1, 2018
1 parent b0c65f8 commit 58f2cbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
1 change: 0 additions & 1 deletion examples/basecoin/cmd/basecli/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func GetCommands(cmds ...*cobra.Command) []*cobra.Command {
func PostCommands(cmds ...*cobra.Command) []*cobra.Command {
for _, c := range cmds {
c.Flags().String(flagName, "", "Name of private key with which to sign")
c.Flags().String(flagPassword, "", "Password to use the named private key")
}
return cmds
}
Expand Down
77 changes: 0 additions & 77 deletions examples/basecoin/cmd/basecli/key.go

This file was deleted.

0 comments on commit 58f2cbf

Please sign in to comment.