Updated miner messages

This commit is contained in:
miketout
2018-05-05 07:52:02 -07:00
parent 05b14c0599
commit ef70c5b2de
3 changed files with 39 additions and 38 deletions

View File

@@ -761,7 +761,9 @@ protected:
private:
template <class T>
void SyncMetaData(std::pair<typename TxSpendMap<T>::iterator, typename TxSpendMap<T>::iterator>);
isminetype IsCLTVMine(CScript &script, CScriptID &scriptID, int64_t locktime) const;
// parses a CLTV script followed by a standard script and determines ownership
isminetype IsCLTVMine(CScript &subScript, CScriptID &scriptID) const;
protected:
bool UpdatedNoteData(const CWalletTx& wtxIn, CWalletTx& wtx);