Skip to content

Commit

Permalink
Merge pull request #68 from clightning4j/macros/fix_sendrawtransaction
Browse files Browse the repository at this point in the history
docs: tag the new 0.04 version
  • Loading branch information
vincenzopalazzo authored Nov 17, 2022
2 parents af21cd3 + d877ba6 commit be7bba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.0.4

## Fixed
- send raw transaction cln response ([commit](https://github.com/clightning4j/btcli4j/commit/7e39245cf4c1b0c623a361550dffb2d3a76e0e69)). @vincenzopalazzo 16-11-2022
- use 6 block of estimation fee ([commit](https://github.com/clightning4j/btcli4j/commit/d2bca9236b17db03003c1d6fbc50798d47db5825)). @vincenzopalazzo 16-11-2022
- if a error is throws from bitcoind return the error to cln ([commit](https://github.com/clightning4j/btcli4j/commit/7ab269a2407e0d721d0fce2d66db29d9cb122454)). @vincenzopalazzo 16-11-2022
- Update gitignore. ([commit](https://github.com/clightning4j/btcli4j/commit/d281e041159ce500dbec237c3b5d26c5d72526d9)). @swaptr 28-05-2022


# v0.0.3

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "btcli4j",
"version": "v0.0.3",
"version": "v0.0.4",
"api": {
"name": "github",
"repository": "clightning4j/btcli4j",
Expand Down

0 comments on commit be7bba7

Please sign in to comment.