mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-29 10:16:45 +00:00
The sequence num of a tx input is a uint32.
This commit is contained in:
parent
d3b76da919
commit
11d39125de
@ -103,7 +103,7 @@ type Vin struct {
|
|||||||
Txid string `json:"txid,omitempty"`
|
Txid string `json:"txid,omitempty"`
|
||||||
Vout int `json:"vout,omitempty"`
|
Vout int `json:"vout,omitempty"`
|
||||||
ScriptSig *ScriptSig `json:"scriptSig,omitempty"`
|
ScriptSig *ScriptSig `json:"scriptSig,omitempty"`
|
||||||
Sequence float64 `json:"sequence"`
|
Sequence uint32 `json:"sequence"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vout models parts of the tx data. It is defined seperately since both
|
// Vout models parts of the tx data. It is defined seperately since both
|
||||||
|
Loading…
x
Reference in New Issue
Block a user