Remove old TODO comment.

This commit is contained in:
Josh Rickmar 2013-11-11 15:17:27 -05:00
parent 30db3490c0
commit 5bd82577a2

View file

@ -234,9 +234,6 @@ func (w *BtcWallet) txToPairs(pairs map[string]uint64, fee uint64, minconf int)
return nil, fmt.Errorf("cannot get address info: %v", err)
}
// TODO(jrick): we want compressed pubkeys. Switch wallet to
// generate addresses from the compressed key. This will break
// armory wallet compat but oh well.
sigscript, err := btcscript.SignatureScript(msgtx, i,
ip.Subscript, btcscript.SigHashAll, privkey, ai.Compressed)
if err != nil {