From 8675a5064d1fc431f34e4e3ecba3c80da625d063 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Mon, 27 May 2019 16:24:34 +0200 Subject: [PATCH] Add TODO comment about need to remove compatibility code --- src/dsnotificationinterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dsnotificationinterface.cpp b/src/dsnotificationinterface.cpp index fcaa04d72..f957a25b7 100644 --- a/src/dsnotificationinterface.cpp +++ b/src/dsnotificationinterface.cpp @@ -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); }