OSDN Git Service

Thanos did someting
[bytom/vapor.git] / protocol / bc / block.go
diff --git a/protocol/bc/block.go b/protocol/bc/block.go
deleted file mode 100644 (file)
index eda987d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package bc
-
-// Block is block struct in bc level
-type Block struct {
-       *BlockHeader
-       ID           Hash
-       Transactions []*Tx
-}