Add TODO comment about need to remove compatibility code

This commit is contained in:
Alexander Block 2019-05-27 16:24:34 +02:00
parent 617c4a4cc0
commit 8675a5064d

View File

@ -74,6 +74,7 @@ void CDSNotificationInterface::UpdatedBlockTip(const CBlockIndex *pindexNew, con
void CDSNotificationInterface::SyncTransaction(const CTransactionRef& tx, const CBlockIndex* pindex, int posInBlock)
{
// TODO when the old InstantSend system is removed, also remove this whole method and all the surrounding compatiblity code
instantsend.SyncTransaction(tx, pindex, posInBlock);
}