Branch: refs/heads/master
Home: https://github.com/conformal/btcnet
Commit: 81c37e551f1b66c1c732b8bf5640aac56d5e2349
https://github.com/conformal/btcnet/commit/81c37e551f1b66c1c732b8bf5640aac56d5e2349
Author: Josh Rickmar <[email protected]>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M README.md
M doc.go
Log Message:
-----------
Fix documentation code examples.
The examples uses a btcutil API that was recently updated from passing
btcwire.BitcoinNet to *btcnet.Params. This change updates the btcutil
call in the examples, as well as modifying the example in the README
to match that in doc.go (where errors were handled slightly
differently).