Skip to content

Commit

Permalink
Merge pull request breez#694 from breez/ok300-bump-gl
Browse files Browse the repository at this point in the history
Bump gl-client
  • Loading branch information
ok300 authored Dec 20, 2023
2 parents d0b72bd + 814d473 commit 300546a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/Cargo.lock

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

2 changes: 1 addition & 1 deletion libs/sdk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bip21 = "0.2"
bitcoin = "0.29.2"
gl-client = { git = "https://github.com/Blockstream/greenlight.git", features = [
"permissive",
], rev = "8b664c8f8e514957dfacf66e9b5a9dc6ff15eb13" }
], rev = "556eedf47a837b71c4277ba6ee84322f5cbd80de" }
zbase32 = "0.1.2"
base64 = "0.13.0"
chrono = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions libs/sdk-core/src/invoice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mod tests {
cltv_expiry_delta: 2000,
htlc_minimum_msat: Some(3000),
htlc_maximum_msat: Some(4000),
fees_base_msat: 1000,
fees_base_msat: 1000,
fees_proportional_millionths: 100,
};
let route_hint = crate::RouteHint {
Expand Down Expand Up @@ -311,8 +311,8 @@ mod tests {
htlc_minimum_msat: Some(3000),
htlc_maximum_msat: Some(4000),
};
let route_hint = crate::RouteHint {
hops: vec![hint_hop]
let route_hint = crate::RouteHint {
hops: vec![hint_hop],
};
let encoded = add_lsp_routing_hints(payreq, false, Some(route_hint), 100).unwrap();
print!("{encoded:?}");
Expand Down
4 changes: 2 additions & 2 deletions tools/sdk-cli/Cargo.lock

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

0 comments on commit 300546a

Please sign in to comment.