Unbreak build caused by changes in tx pkg.
This commit is contained in:
parent
a6ad4cf48c
commit
2d5950299f
1 changed files with 1 additions and 1 deletions
2
cmd.go
2
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()
|
||||
|
|
Loading…
Add table
Reference in a new issue