From 124156f956a3bdb8bcb79589ddb0d83b89743f00 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 21 Apr 2019 02:36:46 -1100 Subject: [PATCH] int32_t komodo_blockheight(uint256 hash); --- src/wallet/asyncrpcoperation_mergetoaddress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.cpp b/src/wallet/asyncrpcoperation_mergetoaddress.cpp index 3268c2f0d..82860d18e 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.cpp +++ b/src/wallet/asyncrpcoperation_mergetoaddress.cpp @@ -46,7 +46,7 @@ #include #include "paymentdisclosuredb.h" -#include "komodo_defs.h" +int32_t komodo_blockheight(uint256 hash); using namespace libzcash;