Skip to content

Commit

Permalink
Revert "chore: test"
Browse files Browse the repository at this point in the history
This reverts commit ff38d27.
  • Loading branch information
rach-id committed Jan 31, 2025
1 parent a7b2452 commit 4ca133f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Blobstream.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ contract Blobstream is IDAOracle, Initializable, UUPSUpgradeable, OwnableUpgrade
uint256 public state_eventNonce;
/// @notice Mapping of data root tuple root nonces to data root tuple roots.
mapping(uint256 => bytes32) public state_dataRootTupleRoots;
mapping(uint256 => bytes32) public state_dataRootTupleRoots2;

////////////
// Events //
Expand Down

0 comments on commit 4ca133f

Please sign in to comment.