OSDN Git Service

clean
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 21:46:55 +0000 (05:46 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 22 May 2019 21:46:55 +0000 (05:46 +0800)
main.go [deleted file]

diff --git a/main.go b/main.go
deleted file mode 100644 (file)
index 97c5ac7..0000000
--- a/main.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package main
-
-import (
-       "fmt"
-       "github.com/vapor/consensus"
-)
-
-func main() {
-       for _, x := range consensus.Federation().XPubs {
-               fmt.Printf("%T\n%v\n%s\n\n", x, x, x)
-       }
-}