Python Unified SDK v6.0.2
7 months ago by Robert Brodie
This is a patch release that addresses a type issue with satoshisPerByte
where it was defined as an int
but is coming back from the API as a float
. We've also updated the examples to remove .value
on the facade as it's not necessary.
What's Changed
- Fix satoshisPerByte
- Remove '.value' from examples
Full Changelog: https://github.com/bitpay/python-bitpay-client/compare/6.0.1...6.0.2