mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
Wallet: Adjust lastCalculatedSize comment. The 1000 byte boundary is no longer used.
This commit is contained in:
parent
1fd8b90f42
commit
4922036ae2
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue