Reworking the public js interface (pub) => (pipe)

This commit is contained in:
obscuren
2014-08-15 13:05:13 +02:00
parent ace551030f
commit d701b23230
4 changed files with 349 additions and 6 deletions
-6
View File
@@ -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,