mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-24 23:12:31 +00:00
Add MaxTime field support from BIP0023 mutations.
This commit is contained in:
parent
e2e688e3d6
commit
2d32ed6ba7
@ -115,6 +115,7 @@ type GetBlockTemplateResult struct {
|
||||
Expires int64 `json:"expires,omitempty"`
|
||||
|
||||
// Mutations from BIP 0023.
|
||||
MaxTime int64 `json:"maxtime,omitempty"`
|
||||
MinTime int64 `json:"mintime,omitempty"`
|
||||
Mutable []string `json:"mutable,omitempty"`
|
||||
NonceRange string `json:"noncerange,omitempty"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user