Use a 64-bit nonce in ping
authorPieter Wuille <pieter.wuille@gmail.com>
Thu, 14 Jun 2012 16:31:08 +0000 (18:31 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 14 Jun 2012 18:00:49 +0000 (18:00 +0000)
commit8f0c0c16d384510b07aec3ca2dde2391429f1b0b
treebc54ba109b3dcaee8f54edf6a5bd602d7b259a6f
parent01ed45cbbcefc0448de86b4196caa5b1a0ab6ce5
Use a 64-bit nonce in ping

Former code sent '0' as nonce, which was serialized as 32-bit.
src/main.cpp