Skip to content

Commit

Permalink
Fix package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Sep 12, 2023
1 parent c232173 commit be1ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/external/cw-tokenfactory-issuer/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::queries;
use crate::state::{BeforeSendHookInfo, BEFORE_SEND_HOOK_INFO, DENOM, IS_FROZEN};

// Version info for migration
const CONTRACT_NAME: &str = "CARGO_PKG_NAME";
const CONTRACT_NAME: &str = env!("CARGO_PKG_NAME");
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");

const CREATE_DENOM_REPLY_ID: u64 = 1;
Expand Down

0 comments on commit be1ae92

Please sign in to comment.