mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-09 10:22:51 +00:00
Change LockTime in TxRawDecodeResult to uint32.
This commit is contained in:
@@ -83,7 +83,7 @@ type TxRawResult struct {
|
||||
type TxRawDecodeResult struct {
|
||||
Txid string `json:"txid"`
|
||||
Version uint32 `json:"version"`
|
||||
Locktime int `json:"locktime"`
|
||||
Locktime uint32 `json:"locktime"`
|
||||
Vin []Vin `json:"vin"`
|
||||
Vout []Vout `json:"vout"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user