Skip to content

Commit

Permalink
scribe: Adds comment for _pubKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Oct 17, 2023
1 parent 05b7237 commit 5254653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Scribe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ contract Scribe is IScribe, Auth, Toll {
/// @dev Scribe's current value and corresponding age.
PokeData internal _pokeData;

/// @dev Statically allocated array of feeds' public keys.
/// Indexed via the public keys address' highest-order byte.
LibSecp256k1.Point[256] internal _pubKeys;

/// @inheritdoc IScribe
Expand Down

0 comments on commit 5254653

Please sign in to comment.