Add feedelta to TxMempoolInfo

This commit is contained in:
Pieter Wuille
2016-07-31 20:53:17 +02:00
parent d2143dc937
commit c3efb58622
2 changed files with 9 additions and 2 deletions

View File

@@ -329,6 +329,9 @@ struct TxMempoolInfo
/** Feerate of the transaction. */
CFeeRate feeRate;
/** The fee delta. */
int64_t nFeeDelta;
};
/**