aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/javascript_runtime.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-03-11 05:42:03 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-03-11 05:42:03 +0800
commit73171d18b9ecf7af7c194c0fe3030d3bfbb833e3 (patch)
treec2e9e274c64f431f03b9a6b8b3de22585c016027 /javascript/javascript_runtime.go
parent0542df941f57a75fa7b699089db1d9ae40e4ff71 (diff)
parent269cfbb8ace76ddc1f50dbd5b218c499308c8a5c (diff)
downloaddexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar.gz
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar.bz2
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar.lz
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar.xz
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.tar.zst
dexon-73171d18b9ecf7af7c194c0fe3030d3bfbb833e3.zip
Merge pull request #447 from fjl/accounts-integration
Accounts integration
Diffstat (limited to 'javascript/javascript_runtime.go')
-rw-r--r--javascript/javascript_runtime.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/javascript_runtime.go b/javascript/javascript_runtime.go
index 36b14a057..0a137f72a 100644
--- a/javascript/javascript_runtime.go
+++ b/javascript/javascript_runtime.go
@@ -6,6 +6,7 @@ import (
"os"
"path"
"path/filepath"
+
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/xeth"
"github.com/obscuren/otto"