From 4dbb9e832a447cc7ecd6774a356b13c0a7b533da Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Dec 2018 23:45:27 -1100 Subject: [PATCH] Extern --- src/cc/import.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/cc/import.cpp b/src/cc/import.cpp index 38d054fcb..3162de1bd 100644 --- a/src/cc/import.cpp +++ b/src/cc/import.cpp @@ -31,11 +31,7 @@ extern std::string ASSETCHAINS_SELFIMPORT; extern uint16_t ASSETCHAINS_CODAPORT,ASSETCHAINS_BEAMPORT; -//int32_t komodo_nextheight(); -//bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock); -uint8_t ASSETCHAINS_OVERRIDE_PUBKEY33[33]; -//CMutableTransaction CreateNewContextualCMutableTransaction(const Consensus::Params& consensusParams, int nHeight); -//bool Getscriptaddress(char *destaddr,const CScript &scriptPubKey); +extern uint8_t ASSETCHAINS_OVERRIDE_PUBKEY33[33]; int32_t GetSelfimportProof(CMutableTransaction &mtx,CScript &scriptPubKey,TxProof &proof,uint64_t burnAmount,std::vector rawtx,uint256 txid,std::vector rawproof) // find burnTx with hash from "other" daemon {