Fix whitespaces to make linter happy

This commit is contained in:
UdjinM6 2020-01-05 13:17:40 +03:00 committed by Pasta
parent ffcb2f63a1
commit d570557920
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984
2 changed files with 2 additions and 2 deletions

View File

@ -1816,7 +1816,7 @@ UniValue getchaintxstats(const JSONRPCRequest& request)
pindex = chainActive.Tip();
}
}
assert(pindex != nullptr);
if (blockcount < 1 || blockcount >= pindex->nHeight) {

View File

@ -291,7 +291,7 @@ bool CheckSequenceLocks(const CTransaction &tx, int flags, LockPoints* lp, bool
CBlockIndex* tip = chainActive.Tip();
assert(tip != nullptr);
CBlockIndex index;
index.pprev = tip;
// CheckSequenceLocks() uses chainActive.Height()+1 to evaluate