Skip to content

Commit edf10ef

Browse files
committed
Fixed name reg
1 parent 6c565ea commit edf10ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereal/gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func (gui *Gui) address() []byte {
356356
}
357357

358358
func (gui *Gui) RegisterName(name string) {
359-
name = fmt.Sprintf("\"%s\"", name)
359+
name = fmt.Sprintf("\"register\"\n\"%s\"", name)
360360

361361
gui.pub.Transact(gui.privateKey(), "NameReg", "", "10000", "10000000000000", name)
362362
}

0 commit comments

Comments
 (0)