From 2ffcaf4e1c3dd4cb983fb824a8dc419d771b56cf Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 22 Oct 2016 11:05:02 -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 69f340d13..db6f32166 100644 --- a/src/komodo_interest.h +++ b/src/komodo_interest.h @@ -1,6 +1,6 @@ -#define KOMODO_INTEREST ((uint64_t)0.05 * COIN) +#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) #define dstr(x) ((double)(x)/COIN) uint64_t komodo_interest(uint64_t nValue,uint32_t nLockTime,uint32_t tiptime)