Don't marshal a function for getbestblockhash replies.

This commit is contained in:
Josh Rickmar 2013-11-07 13:53:22 -05:00
parent b97a2145d8
commit d403863e2b

View file

@ -515,7 +515,7 @@ func handleGetBestBlockHash(s *rpcServer, cmd btcjson.Cmd, walletNotification ch
return nil, btcjson.ErrBestBlockHash
}
return sha.String, nil
return sha.String(), nil
}
// handleGetBlock implements the getblock command.