Remove debugging line.
This commit is contained in:
parent
bc498893d6
commit
32da412254
1 changed files with 0 additions and 1 deletions
1
cmd.go
1
cmd.go
|
@ -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) {
|
if bytes.Equal(u.Out.Hash[:], txhash[:]) && u.Out.Index == uint32(index) {
|
||||||
// Found it.
|
// Found it.
|
||||||
fmt.Println("omg everything worked.")
|
|
||||||
copy(u.BlockHash[:], blockhash[:])
|
copy(u.BlockHash[:], blockhash[:])
|
||||||
u.Height = int64(height)
|
u.Height = int64(height)
|
||||||
w.UtxoStore.RUnlock()
|
w.UtxoStore.RUnlock()
|
||||||
|
|
Loading…
Reference in a new issue