Possible fix for sapling CC

This commit is contained in:
jl777
2018-11-27 08:31:51 -11:00
parent 377e885bd4
commit 7eaff5d90a
3 changed files with 11 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ extern CWallet* pwalletMain;
#endif
bool GetAddressUnspent(uint160 addressHash, int type,std::vector<std::pair<CAddressUnspentKey,CAddressUnspentValue> > &unspentOutputs);
CBlockIndex *komodo_getblockindex(uint256 hash);
int32_t komodo_nextheight();
static const uint256 zeroid;
bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock);