IsNull doesn't change CBlockLocator, add const hint

pull/262/head
Pavel Janík 10 years ago
parent 1b37333a7f
commit bdb6a71d3d

@ -162,7 +162,7 @@ struct CBlockLocator
vHave.clear(); vHave.clear();
} }
bool IsNull() bool IsNull() const
{ {
return vHave.empty(); return vHave.empty();
} }

Loading…
Cancel
Save