aboutsummaryrefslogtreecommitdiffstats
path: root/lds/protocol.go
diff options
context:
space:
mode:
Diffstat (limited to 'lds/protocol.go')
-rw-r--r--lds/protocol.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lds/protocol.go b/lds/protocol.go
index 2aa03466c..0127a455c 100644
--- a/lds/protocol.go
+++ b/lds/protocol.go
@@ -172,6 +172,8 @@ type getBlockHeadersData struct {
Amount uint64 // Maximum number of headers to retrieve
Skip uint64 // Blocks to skip between consecutive headers
Reverse bool // Query direction (false = rising towards latest, true = falling towards genesis)
+
+ WithGov bool
}
// hashOrNumber is a combined field for specifying an origin block.