Merge branch 'develop' into feat/prover_task_unique

This commit is contained in:
georgehao
2023-08-21 17:48:29 +08:00
committed by GitHub
2 changed files with 1 additions and 6 deletions

View File

@@ -494,11 +494,6 @@ func (s *Sender) checkPendingTransaction(header *types.Header, confirmed uint64)
}
}
} else {
log.Debug("Transaction resubmitted successfully",
"original tx hash", pending.tx.Hash().String(),
"new tx hash", tx.Hash().String(),
"new submit block number", number)
// flush submitAt
pending.tx = tx
pending.submitAt = number

View File

@@ -6,7 +6,7 @@ import (
"strings"
)
var tag = "v4.1.82"
var tag = "v4.1.83"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {