mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Wallet: Adjust lastCalculatedSize comment. The 1000 byte boundary is no longer used.
This commit is contained in:
committed by
Andreas Schildbach
parent
9c2c86cee5
commit
5d4f0274e1
@@ -4829,8 +4829,7 @@ public class Wallet extends BaseTaggableObject
|
||||
TransactionOutput selection2Change = null;
|
||||
CoinSelection selection1 = null;
|
||||
TransactionOutput selection1Change = null;
|
||||
// We keep track of the last size of the transaction we calculated but only if the act of adding inputs and
|
||||
// change resulted in the size crossing a 1000 byte boundary. Otherwise it stays at zero.
|
||||
// We keep track of the last size of the transaction we calculated.
|
||||
int lastCalculatedSize = 0;
|
||||
Coin valueNeeded, valueMissing = null;
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user