You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each LedgerHeaderHistoryEntry contains the current ledger hash (Hash) and previous ledger hash (Header.PreviousLedgerHash), this way ledgers form a chain. We should compare current ledger PreviousLedgerHash with the last processed ledger Hash. This can prevent some bugs in the future in which ledgers are processed out of order (and sequence number check fails).
The text was updated successfully, but these errors were encountered:
Each
LedgerHeaderHistoryEntry
contains the current ledger hash (Hash
) and previous ledger hash (Header.PreviousLedgerHash
), this way ledgers form a chain. We should compare current ledgerPreviousLedgerHash
with the last processed ledgerHash
. This can prevent some bugs in the future in which ledgers are processed out of order (and sequence number check fails).The text was updated successfully, but these errors were encountered: