From 68159ca443dde4ce6dfedf92d0f69b773a3a4a3b Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sun, 23 Mar 2025 09:54:19 -0700 Subject: [PATCH] comment --- api/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/consts.rs b/api/src/consts.rs index dd141c2..116f5ce 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -21,7 +21,7 @@ pub const TOLERANCE: i64 = 5; pub const INITIAL_MIN_DIFFICULTY: u32 = 1; /// The decimal precision of the ORE token. -/// There are 100 billion indivisible units per ORE (called "grains"). +/// There are 100 billion indivisible units per ORE (called "grams"). pub const TOKEN_DECIMALS: u8 = 11; /// The decimal precision of the ORE v1 token.