From 01f660f60fc95449130f0b6ffdb3931a6173c838 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 17 Sep 2019 17:03:28 +0000 Subject: blockchain: fill in cumulative block weight for alt blocks --- src/cryptonote_core/tx_pool.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cryptonote_core/tx_pool.h') diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 877f2b82f..eade2493a 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -428,6 +428,11 @@ namespace cryptonote bool double_spend_seen; //!< true iff another tx was seen double spending this one }; + /** + * @brief get infornation about a single transaction + */ + bool get_transaction_info(const crypto::hash &txid, tx_details &td) const; + private: /** -- cgit v1.2.3