Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcrpcclient
  Commit: c39e35318d5dc8d7e5e4171a34a17bc03dce06b4
      
https://github.com/btcsuite/btcrpcclient/commit/c39e35318d5dc8d7e5e4171a34a17bc03dce06b4
  Author: Dave Collins <[email protected]>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M chain.go
    M examples/btcdwebsockets/main.go
    M extensions.go
    M mining.go
    M notify.go
    M rawtransactions.go
    M wallet.go

  Log Message:
  -----------
  Update for recent chainhash-related API changes. (#81)

This updates all code to make use of the new chainhash package since the
old wire.ShaHash type and related functions have been removed in favor
of the abstracted package.

Also, while here, rename all variables that included sha in their name
to include hash instead.


Reply via email to