From d19cb2c8a74a512e1713010c6ef3c1cb361b3f12 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 10 Nov 2018 04:54:17 -1100 Subject: [PATCH] Fix founders reward --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index ae16d513c..67b583f96 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1114,7 +1114,7 @@ uint64_t komodo_commission(const CBlock *pblock) { n = pblock->vtx[0].vout.size(); for (j=0; jvtx[i].vout[j].nValue; + total += pblock->vtx[0].vout[j].nValue; } else {