From c3efb586223c0459cdb47913375c2df805be925e Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sun, 31 Jul 2016 20:53:17 +0200 Subject: Add feedelta to TxMempoolInfo --- src/txmempool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/txmempool.h') diff --git a/src/txmempool.h b/src/txmempool.h index bb2638c3b7..9b0ca4655e 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -329,6 +329,9 @@ struct TxMempoolInfo /** Feerate of the transaction. */ CFeeRate feeRate; + + /** The fee delta. */ + int64_t nFeeDelta; }; /** -- cgit v1.2.3