Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatSoshiant committed Sep 12, 2024
1 parent ffba311 commit d3616fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_code/applications/english_auction/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

#[cfg(feature = "export-abi")]
fn main() {
stylus_auction::print_abi("MIT-OR-APACHE-2.0", "pragma solidity ^0.8.23;");
stylus_auction_example::print_abi("MIT-OR-APACHE-2.0", "pragma solidity ^0.8.23;");
}

0 comments on commit d3616fa

Please sign in to comment.