good morning!!!!

Skip to content
Snippets Groups Projects
Commit edf10ef8 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Fixed name reg

parent 6c565eae
Branches
Tags
No related merge requests found
...@@ -356,7 +356,7 @@ func (gui *Gui) address() []byte { ...@@ -356,7 +356,7 @@ func (gui *Gui) address() []byte {
} }
func (gui *Gui) RegisterName(name string) { 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) gui.pub.Transact(gui.privateKey(), "NameReg", "", "10000", "10000000000000", name)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment