diff --git a/pkg/core/blockchain.go b/pkg/core/blockchain.go index 93c98577e..292459e75 100644 --- a/pkg/core/blockchain.go +++ b/pkg/core/blockchain.go @@ -1833,7 +1833,7 @@ func (bc *Blockchain) updateExtensibleWhitelist(height uint32) error { return err } newList = append(newList, hash.Hash160(script)) - bc.updateExtensibleList(&newList, bc.contracts.NEO.GetNextBlockValidatorsInternal(bc.dao)) + bc.updateExtensibleList(&newList, nextVals) if len(stateVals) > 0 { h, err := bc.contracts.Designate.GetLastDesignatedHash(bc.dao, noderoles.StateValidator)