Browse Source

Update CHANGELOG

psbt-tx-getters
junderw 6 years ago
parent
commit
893a85e210
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 4
      CHANGELOG.md

4
CHANGELOG.md

@ -1,3 +1,7 @@
# 5.1.6
__fixed__
- `PsbtOutputExtended` did not support using the address attribute properly. It is now fixed.
# 5.1.5 # 5.1.5
__added__ __added__
- `Psbt` now has `getFee(): number` for use when all inputs are finalized. It returns the satoshi fee of the transaction. Calling getFee, getFeeRate, or extractTransaction will cache these values so if you call one after the other, the second call will return immediately. - `Psbt` now has `getFee(): number` for use when all inputs are finalized. It returns the satoshi fee of the transaction. Calling getFee, getFeeRate, or extractTransaction will cache these values so if you call one after the other, the second call will return immediately.

Loading…
Cancel
Save