Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: avoid extra call to GetNextBlockValidatorsInternal
It should be sufficient to retrieve next block validators once per updateExtensibleWhitelist call and then reuse this value. `nextVals` copy intentionally omitted since the only change that smartcontract.CreateDefaultMultiSigRedeemScript performs over the `nextVals` list is sorting. Signed-off-by: Anna Shaleva <[email protected]>
- Loading branch information