diff options
Diffstat (limited to 'common/debug.go')
-rw-r--r-- | common/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/debug.go b/common/debug.go index 61acd8ce7..c06ad8133 100644 --- a/common/debug.go +++ b/common/debug.go @@ -26,7 +26,7 @@ import ( // Report gives off a warning requesting the user to submit an issue to the github tracker. func Report(extra ...interface{}) { - fmt.Fprintln(os.Stderr, "You've encountered a sought after, hard to reproduce bug. Please report this to the developers <3 https://github.com/ethereum/go-ethereum/issues") + fmt.Fprintln(os.Stderr, "You've encountered a sought after, hard to reproduce bug. Please report this to the developers <3 https://github.com/dexon-foundation/dexon/issues") fmt.Fprintln(os.Stderr, extra...) _, file, line, _ := runtime.Caller(1) |