aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/js.go
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-03-15 14:43:48 +0800
committerzelig <viktor.tron@gmail.com>2015-03-15 14:43:48 +0800
commit132e87a707a97fcc3af759a0cec6c1efbdd25eb9 (patch)
tree222e01437a3004fbc3bb0ef312d74b081ead5525 /cmd/ethereum/js.go
parent8ad0f1b8a30cc8411d6a7b26564e36f0db4c8e51 (diff)
downloadgo-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.gz
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.bz2
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.lz
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.xz
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.zst
go-tangerine-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.zip
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
Diffstat (limited to 'cmd/ethereum/js.go')
-rw-r--r--cmd/ethereum/js.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethereum/js.go b/cmd/ethereum/js.go
index 361aaf7ea..b4b54b7e6 100644
--- a/cmd/ethereum/js.go
+++ b/cmd/ethereum/js.go
@@ -71,6 +71,7 @@ func newJSRE(ethereum *eth.Ethereum, libPath string) *jsre {
js.xeth = xeth.New(ethereum, js)
js.re = re.New(libPath)
js.apiBindings()
+ js.adminBindings()
if !liner.TerminalSupported() {
js.prompter = dumbterm{bufio.NewReader(os.Stdin)}