console: correct typo and add comments

This commit is contained in:
bluewebgeek 2018-06-19 08:05:42 +08:00
parent 385f775884
commit ef2e28a625

View file

@ -31,6 +31,7 @@ import (
"github.com/ethereum/go-ethereum/internal/jsre"
"github.com/ethereum/go-ethereum/internal/web3ext"
"github.com/ethereum/go-ethereum/rpc"
"github.com/mattn/go-colorable"
"github.com/peterh/liner"
"github.com/robertkrimen/otto"
)