Example of client send task and monitor task

This commit is contained in:
Zarko Milosevic
2018-04-19 12:34:42 +02:00
parent ece3f678da
commit 4accdb5f59
44 changed files with 206 additions and 48 deletions
-1
View File
@@ -6,7 +6,6 @@ import (
"github.com/spf13/cobra"
"github.com/tendermint/tendermint/p2p"
)
// ShowNodeIDCmd dumps node's ID to the standard output.
@@ -2,6 +2,7 @@ package commands
import (
"fmt"
"github.com/spf13/cobra"
privval "github.com/tendermint/tendermint/types/priv_validator"
+1 -1
View File
@@ -1,7 +1,7 @@
package commands
import (
"github.com/tendermint/go-amino"
amino "github.com/tendermint/go-amino"
"github.com/tendermint/go-crypto"
)