Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ERROR_INVALID_MERKLE_ROOT

Error message for invalid Merkle root in transaction proofs.This error is thrown when a transaction proof references a Merkle root that is not in the recent history of valid roots. # When Thrown - The root in the proof is not found in the recent history - The root is zero (invalid) - The root is too old and has been rotated out # Resolution - Use a recent, valid Merkle root - Ensure the proof is based on current state

Fully qualified path: obscura::errors::ERROR_INVALID_MERKLE_ROOT

pub const ERROR_INVALID_MERKLE_ROOT: felt252 = 'Invalid merkle root';