diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-20 18:42:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-20 18:42:49 +0800 |
commit | fb49e5565ae7fe1d44180158aa982a96b7720fb5 (patch) | |
tree | 4ec1a12b486077fb79e00294e38c92167283f5c6 /ethereal/gui.go | |
parent | 0eb1db0d179e07e9133e5d2d2df5efcbb68d9884 (diff) | |
download | dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar.gz dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar.bz2 dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar.lz dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar.xz dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.tar.zst dexon-fb49e5565ae7fe1d44180158aa982a96b7720fb5.zip |
Fixed minor issues with filtering
Diffstat (limited to 'ethereal/gui.go')
-rw-r--r-- | ethereal/gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/gui.go b/ethereal/gui.go index 3f989fe51..f450acde6 100644 --- a/ethereal/gui.go +++ b/ethereal/gui.go @@ -72,7 +72,7 @@ func NewWindow(ethereum *eth.Ethereum, config *ethutil.ConfigManager, clientIden if err != nil { fmt.Println(err) } - fmt.Println(string(data)) + fmt.Println("plugins:", string(data)) json.Unmarshal([]byte(data), &gui.plugins) |