From ab0166b9974876b86da48fdc10fe8069557ba147 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 3 Jul 2019 02:49:43 -1100 Subject: [PATCH] -defs --- src/komodo_defs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/komodo_defs.h b/src/komodo_defs.h index 0a628b216..6106a6000 100644 --- a/src/komodo_defs.h +++ b/src/komodo_defs.h @@ -336,9 +336,5 @@ int32_t komodo_priceget(int64_t *buf64,int32_t ind,int32_t height,int32_t numblo uint64_t komodo_accrued_interest(int32_t *txheightp,uint32_t *locktimep,uint256 hash,int32_t n,int32_t checkheight,uint64_t checkvalue,int32_t tipheight); int32_t komodo_currentheight(); -bool Getscriptaddress(char *destaddr,const CScript &scriptPubKey); -std::vector Mypubkey(); - - #endif