vm syscalls: fix typo
This commit is contained in:
parent
5c5b8866c7
commit
66c1554670
@ -287,7 +287,7 @@ func (ss *syscallShim) VerifyAggregateSeals(aggregate proof5.AggregateSealVerify
|
|||||||
return xerrors.Errorf("failed to verify aggregated PoRep: %w", err)
|
return xerrors.Errorf("failed to verify aggregated PoRep: %w", err)
|
||||||
}
|
}
|
||||||
if !ok {
|
if !ok {
|
||||||
return fmt.Errorf("invalid aggredate proof")
|
return fmt.Errorf("invalid aggregate proof")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user