Skip to content

Commit

Permalink
fix: can not replay secp message
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Apr 25, 2023
1 parent c50f8c8 commit 5a807d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/consensus/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (p *DefaultProcessor) ApplyBlocks(ctx context.Context,
}

if cb != nil {
if err := cb(mcid, m.VMMessage(), ret); err != nil {
if err := cb(m.Cid(), m.VMMessage(), ret); err != nil {
return cid.Undef, nil, err
}
}
Expand Down

0 comments on commit 5a807d8

Please sign in to comment.