mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Add hash to ViewInfo
This commit is contained in:
@@ -73,6 +73,9 @@ MetaView::MetaView (open_ledger_t,
|
||||
info_.seq = parent.info().seq + 1;
|
||||
info_.parentCloseTime =
|
||||
parent.info().closeTime;
|
||||
// Give clients a unique but
|
||||
// meaningless hash for open ledgers.
|
||||
info_.hash = parent.info().hash + uint256(1);
|
||||
}
|
||||
|
||||
MetaView::MetaView (BasicView const& base,
|
||||
|
||||
Reference in New Issue
Block a user