diff --git a/cmd.go b/cmd.go index 1b4971e..04dc33d 100644 --- a/cmd.go +++ b/cmd.go @@ -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()