fix getbestblockhash
This commit is contained in:
parent
ffed6599ce
commit
4c50ff541f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue