Skip to content

Commit

Permalink
Add extra log message before opening redeem XMR wallet on Bob
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Dec 29, 2023
1 parent 9e6cd04 commit 61ae757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swap/src/protocol/bob/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ async fn next_state(
let (spend_key, view_key) = state.xmr_keys();

let wallet_file_name = swap_id.to_string();

tracing::info!(%wallet_file_name, "Generating and opening Monero wallet from the extracted keys to redeem the Monero");

if let Err(e) = monero_wallet
.create_from_and_load(
wallet_file_name.clone(),
Expand Down

0 comments on commit 61ae757

Please sign in to comment.