Adjust native mint

This commit is contained in:
Michael Vines 2020-08-27 16:34:50 -07:00 committed by mergify[bot]
parent b60eb8fbee
commit 12f941d7fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
pub const DECIMALS: u8 = 9;
// The Mint for native SOL Token accounts
solana_sdk::declare_id!("So12111111111111111111111111111111111111111");
solana_sdk::declare_id!("So11111111111111111111111111111111111111112");
#[cfg(test)]
mod tests {