Skip to content

Commit

Permalink
Fix from missed review comment (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths authored Oct 3, 2024
1 parent f23b977 commit c1345eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def omen_replicate_from_tx(
auto_deposit=auto_deposit,
collateral_token_address=sDaiContract().address,
)
market_address = ChecksumAddress(
market_address = (
created_market.market_event.fixed_product_market_maker_checksummed
)
created_addresses.append(market_address)
Expand Down

0 comments on commit c1345eb

Please sign in to comment.