OSDN Git Service

init CrossInViewpoint
authorHAOYUatHZ <haoyu@protonmail.com>
Mon, 27 May 2019 08:39:25 +0000 (16:39 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Mon, 27 May 2019 08:39:25 +0000 (16:39 +0800)
protocol/state/cross_in_view.go [new file with mode: 0644]

diff --git a/protocol/state/cross_in_view.go b/protocol/state/cross_in_view.go
new file mode 100644 (file)
index 0000000..e7391bd
--- /dev/null
@@ -0,0 +1,5 @@
+package state
+
+type CrossInViewpoint struct {
+       Entries map[bc.Hash]bool
+}