Skip to content

Commit aec53d0

Browse files
committed
Revert "block: use validator set from state"
This reverts commit 5cef84f.
1 parent 5cef84f commit aec53d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func (m *Manager) publishBlock(ctx context.Context) error {
504504
proposer := &tmtypes.Validator{Address: pubKey.Address(), PubKey: pubKey}
505505
// TODO: read staking query to construct validators
506506
block.SignedHeader.Validators = &tmtypes.ValidatorSet{
507-
Validators: m.lastState.Validators.Validators,
507+
Validators: []*tmtypes.Validator{proposer},
508508
Proposer: proposer,
509509
}
510510

0 commit comments

Comments
 (0)