Commit 176c71ab authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

remove dup log (#13149)

parent 3f43f039
...@@ -606,7 +606,7 @@ func (m *SimpleTxManager) sendTx(ctx context.Context, tx *types.Transaction) (*t ...@@ -606,7 +606,7 @@ func (m *SimpleTxManager) sendTx(ctx context.Context, tx *types.Transaction) (*t
func (m *SimpleTxManager) publishTx(ctx context.Context, tx *types.Transaction, sendState *SendState) (*types.Transaction, bool) { func (m *SimpleTxManager) publishTx(ctx context.Context, tx *types.Transaction, sendState *SendState) (*types.Transaction, bool) {
l := m.txLogger(tx, true) l := m.txLogger(tx, true)
l.Info("Publishing transaction", "tx", tx.Hash()) l.Info("Publishing transaction")
for { for {
if sendState.bumpFees { if sendState.bumpFees {
......
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