fix getbestblockhash

This commit is contained in:
David Hill 2013-10-17 12:33:46 -04:00
parent ffed6599ce
commit 4c50ff541f

View file

@ -357,7 +357,7 @@ func jsonRead(body []byte, s *rpcServer) (reply btcjson.Reply, err error) {
return
}
reply = btcjson.Reply{
Result: sha,
Result: sha.String(),
Id: &message.Id,
}