aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/gui.go b/ethereal/gui.go
index 9f28045f8..39677c38f 100644
--- a/ethereal/gui.go
+++ b/ethereal/gui.go
@@ -356,7 +356,7 @@ func (gui *Gui) address() []byte {
}
func (gui *Gui) RegisterName(name string) {
- name = fmt.Sprintf("\"%s\"", name)
+ name = fmt.Sprintf("\"register\"\n\"%s\"", name)
gui.pub.Transact(gui.privateKey(), "NameReg", "", "10000", "10000000000000", name)
}