Browse Source

Update token.h

Michael Vines 5 years ago
parent
commit
8fee2f5275
1 changed files with 5 additions and 0 deletions
  1. 5 0
      program/inc/token.h

+ 5 - 0
program/inc/token.h

@@ -11,6 +11,11 @@
 #define TOKEN_MINOR_VERSION 0
 #define TOKEN_PATCH_VERSION 6
 
+/**
+ * There are 10^9 lamports in one SOL
+ */
+#define Token_DECIMALS 9
+
 /**
  * Maximum number of multisignature signers (max N)
  */