forked from cerc-io/plugeth
Reworking the public js interface (pub) => (pipe)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user