Skip to content

Commit

Permalink
Update src/OmenAgentResultMapping.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Jung <peter@jung.ninja>
  • Loading branch information
gabrielfior and kongzii authored Sep 18, 2024
1 parent 7e733de commit 112cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmenAgentResultMapping.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract OmenAgentResultMapping {
address indexed marketAddress, bytes32 indexed ipfsHash, address indexed publisherAddress, bytes32 txHash
);

// Mapping of a market address to an array of IPFS hashes (bytes32).
// Mapping of a market address to an array of Prediction structs.
mapping(address => Prediction[]) private marketToIPFSHashes;

// We set the deployer as the default admin.
Expand Down

0 comments on commit 112cec7

Please sign in to comment.