Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Add proof state subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelrozanski committed Jun 7, 2017
1 parent 0cf9e01 commit 89d8cc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/proofs/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ func init() {
func stateProver(node client.Client) lc.Prover {
return proofs.NewAppProver(node)
}

// RegisterProofStateSubcommand registers a subcommand to proof state cmd
func RegisterProofStateSubcommand(cmd *cobra.Command) {
stateCmd.AddCommand(cmd)
}

0 comments on commit 89d8cc6

Please sign in to comment.