NSPV_defaultkey
This commit is contained in:
@@ -52,6 +52,8 @@ uint64_t komodo_accrued_interest(int32_t *txheightp,uint32_t *locktimep,uint256
|
|||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CKey *NSPV_defaultkey() { return(0); }
|
||||||
|
|
||||||
static bool fCreateBlank;
|
static bool fCreateBlank;
|
||||||
static std::map<std::string,UniValue> registers;
|
static std::map<std::string,UniValue> registers;
|
||||||
static const int CONTINUE_EXECUTION=-1;
|
static const int CONTINUE_EXECUTION=-1;
|
||||||
|
|||||||
@@ -1387,6 +1387,8 @@ UniValue NSPV_send(char *srcaddr,char *destaddr,int64_t satoshis) // what its al
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// polling loop
|
||||||
|
|
||||||
void komodo_nSPV(CNode *pto) // polling loop from SendMessages
|
void komodo_nSPV(CNode *pto) // polling loop from SendMessages
|
||||||
{
|
{
|
||||||
uint8_t msg[256]; int32_t i,len=0; uint32_t timestamp = (uint32_t)time(NULL);
|
uint8_t msg[256]; int32_t i,len=0; uint32_t timestamp = (uint32_t)time(NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user