This commit is contained in:
aozhiwei 2024-07-26 13:39:21 +08:00
parent ffd0149ffa
commit f8d3efe896

View File

@ -52,7 +52,7 @@ func (this* chainActivity) processLockAndUnLockEvent(netId int32, lockContractAd
sql := fmt.Sprintf(`
SELECT * FROM t_blockchain_event
WHERE idx > %d AND idx <= %d AND net_id = %d AND contract_address = ? AND event_name IN (?, ?)
ORDER BY idx LIMIT 10
ORDER BY idx LIMIT 1000
`,
lastIdx,
maxIdx,