aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-05 20:16:14 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-05 20:16:14 +0800
commite94e5ac75dbbc4ec52228ae11377a4fa71ab95ab (patch)
tree4c04cda45703988643481b6f96811a7bec5c743b /ethereal/ui
parentbcb3ad733258b3d8f639763c2c78c85f43b2c826 (diff)
downloadgo-tangerine-e94e5ac75dbbc4ec52228ae11377a4fa71ab95ab.tar.gz
go-tangerine-e94e5ac75dbbc4ec52228ae11377a4fa71ab95ab.tar.zst
go-tangerine-e94e5ac75dbbc4ec52228ae11377a4fa71ab95ab.zip
Implemented rpc for ethereal and ethereum
Diffstat (limited to 'ethereal/ui')
-rw-r--r--ethereal/ui/ext_app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/ext_app.go b/ethereal/ui/ext_app.go
index a215709d0..110ad37d7 100644
--- a/ethereal/ui/ext_app.go
+++ b/ethereal/ui/ext_app.go
@@ -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),