From 2d32ed6ba741bd24eaf0da91d9d19271f5b30ea3 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 30 Jun 2014 10:37:34 -0500 Subject: [PATCH] Add MaxTime field support from BIP0023 mutations. --- jsonresults.go | 1 + 1 file changed, 1 insertion(+) diff --git a/jsonresults.go b/jsonresults.go index 9e774c8d..5c13467b 100644 --- a/jsonresults.go +++ b/jsonresults.go @@ -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"`