Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
This commit is contained in:
parent
8fdd23a224
commit
e061d8d7ab
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ public:
|
||||||
void TransactionAddedToMempool(const CTransactionRef &);
|
void TransactionAddedToMempool(const CTransactionRef &);
|
||||||
void BlockConnected(const std::shared_ptr<const CBlock> &, const CBlockIndex *pindex, const std::vector<CTransactionRef> &);
|
void BlockConnected(const std::shared_ptr<const CBlock> &, const CBlockIndex *pindex, const std::vector<CTransactionRef> &);
|
||||||
void BlockDisconnected(const std::shared_ptr<const CBlock> &);
|
void BlockDisconnected(const std::shared_ptr<const CBlock> &);
|
||||||
void UpdatedTransaction(const uint256 &);
|
|
||||||
void SetBestChain(const CBlockLocator &);
|
void SetBestChain(const CBlockLocator &);
|
||||||
void Inventory(const uint256 &);
|
void Inventory(const uint256 &);
|
||||||
void Broadcast(int64_t nBestBlockTime, CConnman* connman);
|
void Broadcast(int64_t nBestBlockTime, CConnman* connman);
|
||||||
|
|
Loading…
Reference in a new issue