typo: blockHash -> basBlockHash

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
This commit is contained in:
PastaPastaPasta 2020-12-12 13:04:30 -06:00 committed by pasta
parent a09555c389
commit df138d7346
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -187,7 +187,7 @@ bool BuildSimplifiedMNListDiff(const uint256& baseBlockHash, const uint256& bloc
const CBlockIndex* baseBlockIndex = chainActive.Genesis();
if (!baseBlockHash.IsNull()) {
baseBlockIndex = LookupBlockIndex(blockHash);
baseBlockIndex = LookupBlockIndex(baseBlockHash);
if (!baseBlockIndex) {
errorRet = strprintf("block %s not found", baseBlockHash.ToString());
return false;