Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcrpcclient
  Commit: 6e5c0a79044d3d80a22d94049eeb509ea040efac
      
https://github.com/btcsuite/btcrpcclient/commit/6e5c0a79044d3d80a22d94049eeb509ea040efac
  Author: David Hill <dh...@mindcry.org>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
    M chain.go

  Log Message:
  -----------
  Fix GetBlockVerbose API.

This changes the GetBlockVersion API to not send a third parameter.
The third parameter is a boolean that expands the transaction data
structures as well.  However, Bitcore Core does not recognize this
feature.

GetBlockVerbose now only takes a hash value.

Users of the GetBlockVerbose(hash, true) must now use
GetBlockVerboseTx(hash).


Reply via email to