Branch: refs/heads/master
Home: https://github.com/conformal/btcwire
Commit: 872134805129ccfeb696870c0a8d6bf8d981f806
https://github.com/conformal/btcwire/commit/872134805129ccfeb696870c0a8d6bf8d981f806
Author: Dave Collins <[email protected]>
Date: 2014-03-30 (Sun, 30 Mar 2014)
Changed paths:
M msgversion_test.go
Log Message:
-----------
Add tests for optional message fields.
Since fields of a version message after the AddrMe field are optional,
this commit adds a series of tests which ensure parsing version messages
which omit each of the optional fields works properly.