From: Matt Corallo Date: Tue, 4 May 2021 16:17:22 +0000 (+0000) Subject: Fix minor indentation issue X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=f6eba96691e0438b700a6f7ce0608bd29b3c83d9 Fix minor indentation issue --- diff --git a/src/main.rs b/src/main.rs index b024e93..21dfb28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -168,10 +168,10 @@ async fn handle_ldk_events( let status = match loop_channel_manager.claim_funds(payment_preimage.unwrap()) { true => { println!( - "\nEVENT: received payment from payment hash {} of {} millisatoshis", - hex_utils::hex_str(&payment_hash.0), - amt - ); + "\nEVENT: received payment from payment hash {} of {} millisatoshis", + hex_utils::hex_str(&payment_hash.0), + amt + ); print!("> "); io::stdout().flush().unwrap(); HTLCStatus::Succeeded