From 1af20a8196652c130dab0c6978acce1bb9c75c8c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 6 Feb 2017 10:22:03 +0200 Subject: [PATCH] test --- src/txmempool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/txmempool.cpp b/src/txmempool.cpp index cbb36094d..6afaa8166 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -14,6 +14,7 @@ #include "util.h" #include "utilmoneystr.h" #include "version.h" +#define _COINBASE_MATURITY 64 using namespace std;