clean-up: Remove no longer used ivars from CInputCoin

This commit is contained in:
Karl-Johan Alm 2018-07-17 18:24:07 +09:00
parent 43e04d13b1
commit e00b4699cc
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -36,8 +36,6 @@ public:
COutPoint outpoint; COutPoint outpoint;
CTxOut txout; CTxOut txout;
CAmount effective_value; CAmount effective_value;
CAmount fee = 0;
CAmount long_term_fee = 0;
/** Pre-computed estimated size of this output as a fully-signed input in a transaction. Can be -1 if it could not be calculated */ /** Pre-computed estimated size of this output as a fully-signed input in a transaction. Can be -1 if it could not be calculated */
int m_input_bytes{-1}; int m_input_bytes{-1};