mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-28 07:51:26 +00:00
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),
|
Amt: int64(amt),
|
||||||
Height: int64(height),
|
Height: int64(height),
|
||||||
}
|
}
|
||||||
copy(u.TxHash[:], txhash[:])
|
copy(u.Out.Hash[:], txhash[:])
|
||||||
copy(u.Addr[:], receiver)
|
copy(u.Addr[:], receiver)
|
||||||
|
|
||||||
w.UtxoStore.Lock()
|
w.UtxoStore.Lock()
|
||||||
|
|
Loading…
Add table
Reference in a new issue