aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/repl_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum/repl_windows.go')
-rw-r--r--ethereum/repl_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/repl_windows.go b/ethereum/repl_windows.go
index c65bb1cb4..c42fd6e6a 100644
--- a/ethereum/repl_windows.go
+++ b/ethereum/repl_windows.go
@@ -9,7 +9,7 @@ import (
func (self *JSRepl) read() {
reader := bufio.NewReader(os.Stdin)
for {
- fmt.Printf("eth >>> ")
+ fmt.Printf(self.prompt)
str, _, err := reader.ReadLine()
if err != nil {
fmt.Println("Error reading input", err)