Remove debugging line.

This commit is contained in:
Josh Rickmar 2013-10-22 13:37:44 -04:00
parent bc498893d6
commit 32da412254

1
cmd.go
View file

@ -554,7 +554,6 @@ func (w *BtcWallet) newBlockTxHandler(result interface{}, e *btcjson.Error) bool
}
if bytes.Equal(u.Out.Hash[:], txhash[:]) && u.Out.Index == uint32(index) {
// Found it.
fmt.Println("omg everything worked.")
copy(u.BlockHash[:], blockhash[:])
u.Height = int64(height)
w.UtxoStore.RUnlock()