Add MaxTime field support from BIP0023 mutations.
This commit is contained in:
parent
e2e688e3d6
commit
2d32ed6ba7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue