diff options
author | zelig <viktor.tron@gmail.com> | 2015-03-15 14:43:48 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-03-15 14:43:48 +0800 |
commit | 132e87a707a97fcc3af759a0cec6c1efbdd25eb9 (patch) | |
tree | 222e01437a3004fbc3bb0ef312d74b081ead5525 /cmd/ethereum/js.go | |
parent | 8ad0f1b8a30cc8411d6a7b26564e36f0db4c8e51 (diff) | |
download | dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.gz dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.bz2 dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.lz dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.xz dexon-132e87a707a97fcc3af759a0cec6c1efbdd25eb9.tar.zst dexon-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.go | 1 |
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)} |