fix(bridge-history): commit batch txns and blobs fetching (#1689)

This commit is contained in:
colin
2025-07-04 01:50:52 +08:00
committed by GitHub
parent b8909d3795
commit a0ee508bbd
2 changed files with 35 additions and 6 deletions

View File

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