mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 23:03:04 +00:00
Remove nonsensical comment: shuffling inputs does not grant extra privacy.
This commit is contained in:
parent
033e7e7aab
commit
50539ff6c2
@ -2144,8 +2144,6 @@ public class Wallet implements Serializable, BlockChainListener {
|
||||
log.info(" with {} coins change", bitcoinValueToFriendlyString(bestChangeOutput.getValue()));
|
||||
}
|
||||
|
||||
//TODO: Shuffle inputs for some anonymity
|
||||
|
||||
// Now sign the inputs, thus proving that we are entitled to redeem the connected outputs.
|
||||
try {
|
||||
req.tx.signInputs(Transaction.SigHash.ALL, this, req.aesKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user