forked from cerc-io/ipld-eth-server
vat.fold: break out of loop in transformer if no logs found
This commit is contained in:
parent
724839ce4a
commit
dde57178f1
@ -64,6 +64,7 @@ func (transformer VatFoldTransformer) Execute() error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
models, err := transformer.Converter.ToModels(matchingLogs)
|
models, err := transformer.Converter.ToModels(matchingLogs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user