Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 19, 2024
1 parent c2ba28e commit 7ec8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub async fn pay_onchain(

let resp = {
let mut wallet_client = state.lightning_client.clone();
info!("Sending {amount} to {address} fpr gh:{}", user.username);
info!("Sending {amount} to {address} for gh:{}", user.username);
let req = tonic_openssl_lnd::lnrpc::SendCoinsRequest {
addr: address.to_string(),
amount: amount.to_sat() as i64,
Expand Down

0 comments on commit 7ec8229

Please sign in to comment.