rootCmd.PersistentFlags().StringVar(&sendTxPrivateKey,"sendTxPrivateKey","a1994419e9b06a7b27e8d094840ae26a6b7806633bb8be55a1a835f1620d8cec","send tx to the chain with the private key")
}
varrootCmd=&cobra.Command{
...
...
@@ -37,12 +38,13 @@ var rootCmd = &cobra.Command{
Short:"send batch txs hash to chain and original txs to redis",