Refactor wallet note code for testing

This commit is contained in:
Jack Grigg
2016-09-07 10:11:04 +12:00
parent 2271d3feda
commit ac1c94350d
2 changed files with 28 additions and 12 deletions

View File

@@ -599,6 +599,10 @@ private:
template <class T>
void SyncMetaData(std::pair<typename TxSpendMap<T>::iterator, typename TxSpendMap<T>::iterator>);
protected:
bool UpdatedNoteData(const CWalletTx& wtxIn, CWalletTx& wtx);
void MarkAffectedTransactionsDirty(const CTransaction& tx);
public:
/*
* Main wallet lock.