Browse Source

IsNull doesn't change CBlockLocator, add const hint

0.13
Pavel Janík 10 years ago
parent
commit
bdb6a71d3d
  1. 2
      src/primitives/block.h

2
src/primitives/block.h

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

Loading…
Cancel
Save