From a933451cc149e658ec4bcb1bd13c1f7ed610803d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 11:58:58 -0300 Subject: [PATCH] test --- src/komodo-tx.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/komodo-tx.cpp b/src/komodo-tx.cpp index 32d504b18..2fecea09a 100644 --- a/src/komodo-tx.cpp +++ b/src/komodo-tx.cpp @@ -29,6 +29,11 @@ using namespace std; #include "komodo_interest.h" +uint64_t komodo_accrued_interest(uint256 hash,int32_t n,int32_t checkheight,uint64_t checkvalue) +{ + return(0); +} + static bool fCreateBlank; static map registers;