Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: a4794798d46430d51f1325aed1281c97eda26ac5
https://github.com/conformal/btcd/commit/a4794798d46430d51f1325aed1281c97eda26ac5
Author: Dave Collins <[email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M mempool.go
M rpcserver.go
Log Message:
-----------
Make use of new btcwire SerializeSize API.
This commit changes the various cases that were serializing transactions
into a buffer and taking the length to use the new faster SerializeSize
API. It also completes a TODO since the serialized size of a transaction
output is now available.