Commit 0fcee114 authored by duanjinfei's avatar duanjinfei

change log print

parent e4ab3196
......@@ -43,7 +43,7 @@ func BroadcastTxArr(tranArr []*TxFromTran, cfg *tool.Config) error {
if err != nil {
log.Error("gogo types.MarshalAny error:", err)
}
log.Info("From:", tranArr[i].From, "Nonce:", tranArr[i].Tran.Nonce())
log.Info("From:", tranArr[i].From, ",Nonce:", tranArr[i].Tran.Nonce())
request := ring.BroadcastEthTxWithFromRequest{
From: tranArr[i].From,
EthTx: &v1.EthTransaction{Tx: ethTxAsAny},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment