Fix a couple comments

This commit is contained in:
Guilherme Salgado 2014-09-23 07:36:49 -03:00
parent 2c52062894
commit 4a2c4a38c9

View file

@ -2521,13 +2521,13 @@ func (a *btcAddress) Imported() bool {
return a.chainIndex == importedKeyChainIdx return a.chainIndex == importedKeyChainIdx
} }
// AddrHash returns true if the address was created as a change address, // Change returns true if the address was created as a change address,
// implementing AddressInfo. // implementing AddressInfo.
func (a *btcAddress) Change() bool { func (a *btcAddress) Change() bool {
return a.flags.change return a.flags.change
} }
// AddrHash returns true if the address backing key is compressed, // Compressed returns true if the address backing key is compressed,
// implementing AddressInfo. // implementing AddressInfo.
func (a *btcAddress) Compressed() bool { func (a *btcAddress) Compressed() bool {
return a.flags.compressed return a.flags.compressed