createTransactionAsync(): removed reference to WalletManager

This commit is contained in:
Jacob Brydolf
2016-11-08 19:48:41 +01:00
parent f8e2e5da3c
commit 66692be7cf
2 changed files with 1 additions and 3 deletions

View File

@@ -194,7 +194,6 @@ private:
mutable QTime m_daemonBlockChainTargetHeightTime;
mutable quint64 m_daemonBlockChainTargetHeight;
int m_daemonBlockChainTargetHeightTtl;
QObject * m_walletManager;
};