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;