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 5cef84f commit aec53d0Copy full SHA for aec53d0
1 file changed
block/manager.go
@@ -504,7 +504,7 @@ func (m *Manager) publishBlock(ctx context.Context) error {
504
proposer := &tmtypes.Validator{Address: pubKey.Address(), PubKey: pubKey}
505
// TODO: read staking query to construct validators
506
block.SignedHeader.Validators = &tmtypes.ValidatorSet{
507
- Validators: m.lastState.Validators.Validators,
+ Validators: []*tmtypes.Validator{proposer},
508
Proposer: proposer,
509
}
510
0 commit comments