NSPV_defaultkey

This commit is contained in:
jl777
2019-07-05 01:57:09 -11:00
parent 8b77ffcda9
commit cb3c65aa45
2 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ uint64_t komodo_accrued_interest(int32_t *txheightp,uint32_t *locktimep,uint256
return(0);
}
CKey *NSPV_defaultkey() { return(0); }
static bool fCreateBlank;
static std::map<std::string,UniValue> registers;
static const int CONTINUE_EXECUTION=-1;