Browse Source

Adjust native mint

Michael Vines 5 years ago
parent
commit
b0da9e1eef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/src/native_mint.rs

+ 1 - 1
program/src/native_mint.rs

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