forked from cerc-io/plugeth
Encoding
This commit is contained in:
parent
bd0abe2a81
commit
ce40e51ae5
@ -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()))
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user