浏览代码

Adjust native mint

Michael Vines 5 年之前
父节点
当前提交
b0da9e1eef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      program/src/native_mint.rs

+ 1 - 1
program/src/native_mint.rs

@@ -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 {