On Sat, Feb 22, 2014 at 9:08 AM, Wladimir <laanwj@gmail.com> wrote:
On Sat, Feb 22, 2014 at 3:56 AM, Ronald Hoffman <ronald.hoffman6@gmail.com> wrote:
I noticed that the 'services' field appears to be garbled in the latest source code level from github.  Bitcoind is connected to my Java node server at 127.0.0.1:8333.  I thought I was sending a bad 'version' message but I get the correct results using 0.8.6.  So it appears that something changed in 0.9.0.

This warrants an issue on github: https://github.com/bitcoin/bitcoin/issues/new

I think I found (and fixed) the problem already. This is some windows inttypes.h bordercase. Can you test with this?:

https://github.com/bitcoin/bitcoin/pull/3729

Wladimir