Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidityDrone committed Oct 31, 2024
1 parent b5e4c62 commit d1ffd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MultiOutcomePredictionMarket.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract MultiOutcomePredictionMarket is IMultiOutcomePredictionMarket {
newMarket.options.push(Option(0, initialPrices[i], initialPrices[i], optionNames[i]));
}

marketCre
emit MarketCreated(marketId, optionsNames);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/flattened/MutiOutcomePredictionMarket.flattened.sol
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ contract MultiOutcomePredictionMarket is IMultiOutcomePredictionMarket {
newMarket.options.push(Option(0, initialPrices[i], initialPrices[i], optionNames[i]));
}

marketCre
emit MarketCreated(marketId, optionsNames);
}

/**
Expand Down

0 comments on commit d1ffd3e

Please sign in to comment.