Skip to content

Commit

Permalink
lwk: update supported CLI version
Browse files Browse the repository at this point in the history
Update the supported CLI version to 0.8.0.

This change ensures that lwkwallet is compatible with
the latest version of the command-line interface.
  • Loading branch information
YusukeShimizu committed Oct 22, 2024
1 parent d3f07a4 commit 485dfc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# blockstream-electrs: init at 0.4.1 #299761
# https://github.com/NixOS/nixpkgs/pull/299761/commits/680d27ad847801af781e0a99e4b87ed73965c69a
nixpkgs2.url = "github:NixOS/nixpkgs/680d27ad847801af781e0a99e4b87ed73965c69a";
# lwk: init at caa3f32c3439f12dfda94c84c79dfbbee73d2b15
# https://github.com/Blockstream/lwk/commit/caa3f32c3439f12dfda94c84c79dfbbee73d2b15
# lwk: init at 9ddd20a806625bb40cd063ad61d80d106809a9fd
# https://github.com/Blockstream/lwk/commit/9ddd20a806625bb40cd063ad61d80d106809a9fd
lwk-flake = {
url = "github:blockstream/lwk/caa3f32c3439f12dfda94c84c79dfbbee73d2b15";
url = "github:blockstream/lwk/9ddd20a806625bb40cd063ad61d80d106809a9fd";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
Expand Down
2 changes: 1 addition & 1 deletion lwk/lwkwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
// Set up here because ctx is not inherited throughout the current codebase.
defaultContextTimeout = time.Second * 5
minimumFee SatPerVByte = 0.1
supportedCLIVersion = "0.7.0"
supportedCLIVersion = "0.8.0"
)

func SatPerVByteFromFeeBTCPerKb(feeBTCPerKb float64) SatPerVByte {
Expand Down

0 comments on commit 485dfc8

Please sign in to comment.