@@ -47,6 +47,7 @@ fn main() {
"Account".to_string(),
"Multisig".to_string(),
],
+ exclude: vec!["DECIMALS".to_string()],
..cbindgen::ExportConfig::default()
},
parse: cbindgen::ParseConfig {
@@ -11,11 +11,6 @@
#define TOKEN_MINOR_VERSION 0
#define TOKEN_PATCH_VERSION 7
-/**
- * There are 10^9 lamports in one SOL
- */
-#define Token_DECIMALS 9
-
/**
* Maximum number of multisignature signers (max N)
*/