mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
Add feedelta to TxMempoolInfo
This commit is contained in:
@@ -329,6 +329,9 @@ struct TxMempoolInfo
|
||||
|
||||
/** Feerate of the transaction. */
|
||||
CFeeRate feeRate;
|
||||
|
||||
/** The fee delta. */
|
||||
int64_t nFeeDelta;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user