Skip to content

Commit 2b0179d

Browse files
author
MarcoFalke
committed
Merge #10834: Remove declaration of unused method: void UpdatedTransaction(const uint256 &)
e061d8d Remove declaration of unused function: void UpdatedTransaction(const uint256 &) (practicalswift) Pull request description: Remove declaration of unused method: `void UpdatedTransaction(const uint256 &)` Removed in 9fececb. Tree-SHA512: a328e00ccecc2a31cda7e204ab8c29ea34811afc2090f3dfd88d6d58543761dba8a289585d30b98e05236c67b1a04844e556a3b05d6e8e706233bc502f31af1d
2 parents 8bc6d1f + e061d8d commit 2b0179d

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)