3
0
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:
Mike Hearn 2013-06-05 16:49:18 +02:00
parent 033e7e7aab
commit 50539ff6c2

View File

@ -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);