wtxmgr: use proper updated API for msgtx
This commit is contained in:
parent
8d10315c0c
commit
e22bcf88df
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ func NewTxRecordFromMsgTx(msgTx *wire.MsgTx, received time.Time) (*TxRecord, err
|
||||||
MsgTx: *msgTx,
|
MsgTx: *msgTx,
|
||||||
Received: received,
|
Received: received,
|
||||||
SerializedTx: buf.Bytes(),
|
SerializedTx: buf.Bytes(),
|
||||||
Hash: msgTx.TxSha(),
|
Hash: msgTx.TxHash(),
|
||||||
}
|
}
|
||||||
|
|
||||||
return rec, nil
|
return rec, nil
|
||||||
|
|
Loading…
Reference in a new issue