diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amount.h b/src/amount.h index 4405e058..e4abeb0b 100644 --- a/src/amount.h +++ b/src/amount.h @@ -92,6 +92,8 @@ public: @note Normally called by session_t::shutdown(). */ static void shutdown(); + static bool is_initialized; + /** The amount's decimal precision. */ typedef uint_least16_t precision_t; |