From 562c328f5b79784dfa14a0fd149207fecccbc87d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 19:23:39 -0300 Subject: [PATCH] test --- src/komodo_interest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_interest.h b/src/komodo_interest.h index cfcc3ed83..bcac9e588 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -14,7 +14,7 @@ ******************************************************************************/ #define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5% -#define dstr(x) ((double)(x)/SATOSHIDEN) +#define dstr(x) ((double)(x) / SATOSHIDEN) #define SATOSHIDEN ((uint64_t)100000000L) uint64_t komodo_accrued_interest(int32_t height,int64_t paidinterest)