Commit f6befab1 authored by duanjinfei's avatar duanjinfei

del log print

parent da30d89a
......@@ -47,7 +47,6 @@ 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())
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