Unbreak build caused by changes in tx pkg.

This commit is contained in:
Josh Rickmar 2013-09-04 16:21:03 -04:00
parent a6ad4cf48c
commit 2d5950299f

2
cmd.go
View file

@ -320,7 +320,7 @@ func (w *BtcWallet) ReqNewTxsForAddress(addr string) {
Amt: int64(amt),
Height: int64(height),
}
copy(u.TxHash[:], txhash[:])
copy(u.Out.Hash[:], txhash[:])
copy(u.Addr[:], receiver)
w.UtxoStore.Lock()