mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Fix whitespaces to make linter happy
This commit is contained in:
parent
ffcb2f63a1
commit
d570557920
@ -1816,7 +1816,7 @@ UniValue getchaintxstats(const JSONRPCRequest& request)
|
||||
pindex = chainActive.Tip();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
assert(pindex != nullptr);
|
||||
|
||||
if (blockcount < 1 || blockcount >= pindex->nHeight) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user