go fmt
This commit is contained in:
parent
97a942e499
commit
eff1407afe
1 changed files with 3 additions and 3 deletions
6
cmd.go
6
cmd.go
|
@ -463,13 +463,13 @@ func (w *BtcWallet) newBlockTxHandler(result interface{}, e *btcjson.Error) bool
|
|||
if !spent {
|
||||
go func() {
|
||||
u := &tx.Utxo{
|
||||
Amt: uint64(amt),
|
||||
Height: int64(height),
|
||||
Amt: uint64(amt),
|
||||
Height: int64(height),
|
||||
Subscript: pkscript,
|
||||
}
|
||||
copy(u.Out.Hash[:], txhash[:])
|
||||
u.Out.Index = uint32(index)
|
||||
|
||||
|
||||
copy(u.AddrHash[:], receiverHash)
|
||||
copy(u.BlockHash[:], blockhash[:])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue