aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub/pub.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethpub/pub.go')
-rw-r--r--ethpub/pub.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/ethpub/pub.go b/ethpub/pub.go
index 762c9a60f..64c08c2f1 100644
--- a/ethpub/pub.go
+++ b/ethpub/pub.go
@@ -52,12 +52,6 @@ type PEthereum struct {
keyManager *ethcrypto.KeyManager
}
-func NewPEthereum(manager ethchain.EthManager) *PEthereum {
- logger.Warnln("DEPRECATED: ethpub.New should be used in favour of ethpub.NewPEthereum")
-
- return New(manager)
-}
-
func New(manager ethchain.EthManager) *PEthereum {
return &PEthereum{
manager,