good morning!!!!

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

Encoding

parent bd0abe2a
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ func main() {
go func() {
for {
res := dagger.Search(Big("0"), BigPow(2, 36))
server.Broadcast("foundblock", res.Bytes())
server.Broadcast("block", Encode(res.String()))
}
}()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment