Skip to content

Commit

Permalink
Merge pull request #35 from CosmWasm/expose-helper
Browse files Browse the repository at this point in the history
Expose cw721-base helper
  • Loading branch information
JakeHartnell authored Dec 13, 2021
2 parents 3d27e6f + eeccfbd commit 5d75a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw721-base/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod contract_tests;
mod error;
mod execute;
mod helpers;
pub mod helpers;
pub mod msg;
mod query;
pub mod state;
Expand Down

0 comments on commit 5d75a9c

Please sign in to comment.