Skip to content

Commit e00b469

Browse files
committed
clean-up: Remove no longer used ivars from CInputCoin
1 parent 43e04d1 commit e00b469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/coinselection.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ class CInputCoin {
3636
COutPoint outpoint;
3737
CTxOut txout;
3838
CAmount effective_value;
39-
CAmount fee = 0;
40-
CAmount long_term_fee = 0;
4139

4240
/** Pre-computed estimated size of this output as a fully-signed input in a transaction. Can be -1 if it could not be calculated */
4341
int m_input_bytes{-1};

0 commit comments

Comments
 (0)