ERROR_MERKLE_TREE_IS_FULL
Error message for attempting to insert into a full Merkle tree.This error is thrown when the Merkle tree has reached its maximum capacity and cannot accept new commitments. # When Thrown - Tree has 2^levels commitments (maximum capacity) - No more space available for new commitments # Resolution - Wait for commitments to be spent (creating space) - Consider upgrading to a larger tree if needed
Fully qualified path: obscura::errors::ERROR_MERKLE_TREE_IS_FULL
pub const ERROR_MERKLE_TREE_IS_FULL: felt252 = 'Merkle tree is full';