diff options
-rw-r--r-- | src/wallet/wallet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index fbb87353c1..89dc4f399c 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -513,6 +513,9 @@ public: COutPoint outpoint; CTxOut txout; + CAmount effective_value; + CAmount fee = 0; + CAmount long_term_fee = 0; bool operator<(const CInputCoin& rhs) const { return outpoint < rhs.outpoint; |