Browse Source

IsNull doesn't change CBlockLocator, add const hint

metaverse
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();
}
bool IsNull()
bool IsNull() const
{
return vHave.empty();
}

Loading…
Cancel
Save