diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-16 02:34:25 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-16 02:34:25 +0800 |
commit | 28948d061cfc14d7a5da307a12ebd504b78d2dbb (patch) | |
tree | 168772cef16e9fb7eea6727d4ae254097d277ce1 /ethereum/main.go | |
parent | 288f1c5387c1a0a8863499389e8a7ca7e3068208 (diff) | |
download | go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar.gz go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar.bz2 go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar.lz go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar.xz go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.tar.zst go-tangerine-28948d061cfc14d7a5da307a12ebd504b78d2dbb.zip |
Moved the repl to a new package
Diffstat (limited to 'ethereum/main.go')
-rw-r--r-- | ethereum/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereum/main.go b/ethereum/main.go index 39226c1d2..fd4a89aa9 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -29,6 +29,7 @@ func main() { utils.InitConfig(ConfigFile, Datadir, "ETH") ethutil.Config.Diff = DiffTool + ethutil.Config.DiffType = DiffType utils.InitDataDir(Datadir) |