Commit ce40e51a authored by obscuren's avatar obscuren

Encoding

parent bd0abe2a
...@@ -64,7 +64,7 @@ func main() { ...@@ -64,7 +64,7 @@ func main() {
go func() { go func() {
for { for {
res := dagger.Search(Big("0"), BigPow(2, 36)) res := dagger.Search(Big("0"), BigPow(2, 36))
server.Broadcast("foundblock", res.Bytes()) server.Broadcast("block", Encode(res.String()))
} }
}() }()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment