Fix bug sequencer submission strategy and log commit price (#1664)

Co-authored-by: ranchalp <ranchalp@users.noreply.github.com>
This commit is contained in:
Alejandro Ranchal-Pedrosa
2025-05-23 11:02:49 +02:00
committed by GitHub
parent ae34020c34
commit 47b1a037a9
6 changed files with 50 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.5.16"
var tag = "v4.5.17"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {