From c435986dd27936e6b0afaa2529c31956fa054318 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 3 Jul 2019 20:57:42 -1100 Subject: [PATCH] extern CAmount AmountFromValue(const UniValue& value); --- src/komodo_nSPV.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index a0c078c77..3c5d79b22 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -724,6 +724,8 @@ void komodo_nSPVreq(CNode *pfrom,std::vector request) // received a req } // nSPV client +extern CAmount AmountFromValue(const UniValue& value); + uint32_t NSPV_lastinfo,NSPV_lastutxos,NSPV_logintime; char NSPV_wifstr[64]; std::string NSPV_address;