mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Introducing the concept of NULL block handle
This commit is contained in:
@@ -34,6 +34,7 @@ Status BlockHandle::DecodeFrom(Slice* input) {
|
||||
return Status::Corruption("bad block handle");
|
||||
}
|
||||
}
|
||||
const BlockHandle BlockHandle::kNullBlockHandle(0, 0);
|
||||
|
||||
void Footer::EncodeTo(std::string* dst) const {
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user