Skip to content

Commit e061d8d

Browse files
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
1 parent 8fdd23a commit e061d8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validationinterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class CMainSignals {
8686
void TransactionAddedToMempool(const CTransactionRef &);
8787
void BlockConnected(const std::shared_ptr<const CBlock> &, const CBlockIndex *pindex, const std::vector<CTransactionRef> &);
8888
void BlockDisconnected(const std::shared_ptr<const CBlock> &);
89-
void UpdatedTransaction(const uint256 &);
9089
void SetBestChain(const CBlockLocator &);
9190
void Inventory(const uint256 &);
9291
void Broadcast(int64_t nBestBlockTime, CConnman* connman);

0 commit comments

Comments
 (0)