mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-19 13:26:47 +00:00
fix getbestblockhash
This commit is contained in:
parent
ffed6599ce
commit
4c50ff541f
@ -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…
x
Reference in New Issue
Block a user