OSDN Git Service

init
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 20:05:42 +0000 (04:05 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 20:05:42 +0000 (04:05 +0800)
consensus/federation.go [new file with mode: 0644]

diff --git a/consensus/federation.go b/consensus/federation.go
new file mode 100644 (file)
index 0000000..6ae20d2
--- /dev/null
@@ -0,0 +1,14 @@
+package consensus
+
+import (
+       // "encoding/binary"
+       // "strings"
+
+       // "github.com/vapor/protocol/bc"
+       "github.com/vapor/crypto/ed25519/chainkd"
+)
+
+const (
+       FedXPubs = ""
+       Quorum   = 1
+)