We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9356d4 commit e49d7eaCopy full SHA for e49d7ea
block/manager.go
@@ -692,6 +692,7 @@ func (m *Manager) publishBlockInternal(ctx context.Context) error {
692
LastDataHash: lastDataHash,
693
}
694
695
+ // we sign the header after executing the block, as a signature payload provider could depend on the block's data
696
signature, err = m.getHeaderSignature(header.Header)
697
if err != nil {
698
return err
0 commit comments