From 7c0816d94934d54081f9a50ab2829a3a4dcff0ba Mon Sep 17 00:00:00 2001 From: swrup Date: Sun, 16 Nov 2025 15:30:32 +0100 Subject: [PATCH] --- src/amount.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/amount.ml b/src/amount.ml index 1a35df2c..5123ac37 100644 --- a/src/amount.ml +++ b/src/amount.ml @@ -1,8 +1,7 @@ (* TODO have safe amount arithmetic make type private - use config currency option: - -> functorize or dune virtual-module *) + use config currency option *) (* Amounts of currency, serialized as `:.` Fixed-precision numbers with 8 decimal places. - must be at most 11 characters long