From 3f77dfdaf0f0bfe0c4662a616d6943f31bdd5bf4 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 18 Oct 2019 04:02:50 +0000 Subject: Expose ancestorsize and ancestorfees via getTransactionAncestry --- src/interfaces/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/chain.h') diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index 7cac435e96..bb218cf12d 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -174,7 +174,7 @@ public: std::string& err_string) = 0; //! Calculate mempool ancestor and descendant counts for the given transaction. - virtual void getTransactionAncestry(const uint256& txid, size_t& ancestors, size_t& descendants) = 0; + virtual void getTransactionAncestry(const uint256& txid, size_t& ancestors, size_t& descendants, size_t* ancestorsize = nullptr, CAmount* ancestorfees = nullptr) = 0; //! Get the node's package limits. //! Currently only returns the ancestor and descendant count limits, but could be enhanced to -- cgit v1.2.3