Skip to content

Commit

Permalink
chore: add comment to the attestations mapping in AvailAttestationLib
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazhornyk committed Dec 13, 2024
1 parent b8f8932 commit 5054f9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ abstract contract AvailAttestationLib {
IAvailBridge public bridge;
IVectorx public vectorx;

/// @dev Mapping from attestation leaf to attestation data.
/// It is necessary for recovery of the state from the onchain data.
mapping(bytes32 => AttestationData) public attestations;

error InvalidAttestationProof();
Expand Down

0 comments on commit 5054f9f

Please sign in to comment.