Removed some methods from the JS REPL
This commit is contained in:
@@ -137,6 +137,9 @@ func main() {
|
||||
|
||||
utils.StartEthereum(ethereum)
|
||||
|
||||
latestBlock := ethereum.ChainManager().CurrentBlock()
|
||||
fmt.Printf("Welcome to the FRONTIER\n")
|
||||
|
||||
if StartJsConsole {
|
||||
InitJsConsole(ethereum)
|
||||
} else if len(InputFile) > 0 {
|
||||
|
Reference in New Issue
Block a user