diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -496,6 +496,9 @@ COutPoint outpoint; CTxOut txout; + Amount effective_value; + Amount fee = Amount::zero(); + Amount long_term_fee = Amount::zero(); bool operator<(const CInputCoin &rhs) const { return outpoint < rhs.outpoint;