Implemented rpc for ethereal and ethereum

This commit is contained in:
Maran
2014-05-05 14:16:14 +02:00
parent bcb3ad7332
commit e94e5ac75d
3 changed files with 10 additions and 5 deletions

View File

@ -35,7 +35,7 @@ type ExtApplication struct {
func NewExtApplication(container AppContainer, lib *UiLib) *ExtApplication {
app := &ExtApplication{
ethpub.NewPEthereum(lib.eth),
ethpub.NewPEthereum(lib.eth.StateManager(), lib.eth.BlockChain(), lib.eth.TxPool()),
make(chan ethutil.React, 1),
make(chan ethutil.React, 1),
make(chan bool),