mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
typo: blockHash -> basBlockHash
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
This commit is contained in:
parent
a09555c389
commit
df138d7346
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user