Skip to content

Commit c5ede30

Browse files
committed
boltz: log uri
1 parent 9bcdc00 commit c5ede30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lwk_boltz/src/submarine.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ impl LightningSession {
118118
match update.status.as_str() {
119119
"invoice.set" => {
120120
log::info!(
121-
"Send {} sats to {} address {}",
121+
"Send {} sats to {} address {} or use uri {}",
122122
create_swap_response.expected_amount,
123123
chain,
124-
create_swap_response.address
124+
create_swap_response.address,
125+
create_swap_response.bip21
125126
);
126127
Ok(PreparePayResponse {
127128
swap_id,

0 commit comments

Comments
 (0)