diff --git a/wtxmgr/tx.go b/wtxmgr/tx.go index cba352f..1690fa3 100644 --- a/wtxmgr/tx.go +++ b/wtxmgr/tx.go @@ -112,7 +112,7 @@ func NewTxRecordFromMsgTx(msgTx *wire.MsgTx, received time.Time) (*TxRecord, err MsgTx: *msgTx, Received: received, SerializedTx: buf.Bytes(), - Hash: msgTx.TxSha(), + Hash: msgTx.TxHash(), } return rec, nil