events: Fix Called handler
This commit is contained in:
parent
ba5effe1f6
commit
582f8f9a14
@ -87,9 +87,7 @@ func (e *calledEvents) headChangeCalled(rev, app []*types.TipSet) error {
|
||||
e.handleReverts(ts)
|
||||
}
|
||||
|
||||
tail := len(app) - 1
|
||||
for i := range app {
|
||||
ts := app[tail-i]
|
||||
for _, ts := range app {
|
||||
// called triggers
|
||||
|
||||
e.checkNewCalls(ts)
|
||||
|
Loading…
Reference in New Issue
Block a user