Got rid of warnings and updated storage getters

This commit is contained in:
obscuren
2014-08-15 01:07:40 +02:00
parent aadc5be3ff
commit c362172567
7 changed files with 24 additions and 20 deletions

View File

@ -50,7 +50,7 @@ func NewJSRE(ethereum *eth.Ethereum) *JSRE {
re := &JSRE{
ethereum,
otto.New(),
ethpub.NewPEthereum(ethereum),
ethpub.New(ethereum),
make(chan ethreact.Event, 10),
make(chan ethreact.Event, 10),
make(chan bool),