From 1565e3c31efa59c6f96e5fed6645a868854ea7fd Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 10:39:47 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index dd1d52a92..11c1ad0b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2230,7 +2230,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin return false; control.Add(vChecks); } - komodo_accrued_interest(pindex->nHeight,sum); + komodo_earned_interest(pindex->nHeight,sum); CTxUndo undoDummy; if (i > 0) { blockundo.vtxundo.push_back(CTxUndo());