Merge branch 'market' of git.kingsome.cn:server/game2006go into market
This commit is contained in:
commit
43b3935c36
@ -44,7 +44,7 @@ func (this *recharge) process(netId int32, contractAddress string) {
|
||||
func (lastIdx int64, maxIdx int64) (string, []string) {
|
||||
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 (?, ?)
|
||||
WHERE idx > %d AND idx <= %d AND net_id = %d AND contract_address = ? AND event_name = ?
|
||||
ORDER BY idx LIMIT 1000
|
||||
`,
|
||||
lastIdx,
|
||||
|
2
third_party/contracts-imtbl
vendored
2
third_party/contracts-imtbl
vendored
@ -1 +1 @@
|
||||
Subproject commit 4563ca43ba8cbe004b7b4fe774fb8d8142616cfa
|
||||
Subproject commit faf8e28be3be2b14b183051bff6c402196f9606d
|
Loading…
x
Reference in New Issue
Block a user