Skip to content

Commit

Permalink
vm syscalls: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jun 1, 2021
1 parent 5c5b886 commit 66c1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/vm/syscalls.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (ss *syscallShim) VerifyAggregateSeals(aggregate proof5.AggregateSealVerify
return xerrors.Errorf("failed to verify aggregated PoRep: %w", err)
}
if !ok {
return fmt.Errorf("invalid aggredate proof")
return fmt.Errorf("invalid aggregate proof")
}

return nil
Expand Down

0 comments on commit 66c1554

Please sign in to comment.