Branch: refs/heads/master
Home: https://github.com/conformal/btcwire
Commit: b9c21bd5186a3ba654eafce7315419ba1cdd2ed0
https://github.com/conformal/btcwire/commit/b9c21bd5186a3ba654eafce7315419ba1cdd2ed0
Author: Dave Collins <[email protected]>
Date: 2014-03-03 (Mon, 03 Mar 2014)
Changed paths:
M common.go
M common_test.go
M internal_test.go
M msgtx.go
Log Message:
-----------
Export VarIntSerializeSize function.
This commit exports the VarIntSerializeSize function to provide callers
with an easy method to determine how many bytes it would take to serialize
the passed value as a variable length integer.