mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
Merge branch 'develop' into feat/prover_task_unique
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user