OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / claim / rpc / pegin.go
diff --git a/claim/rpc/pegin.go b/claim/rpc/pegin.go
deleted file mode 100644 (file)
index 529001f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-package rpc
-
-type PeginRpc interface {
-       GetPeginAddress() (interface{}, error)
-       GetPeginContractAddress() (interface{}, error)
-}