X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain.rs;h=f51528b7b57832b3caf279b2f7fd856b6377de87;hb=8c621ea7609c9cc785b93862e4afed93b43218b5;hp=48048b4f493bc8fe40e0f4f84a67c9abba0182c4;hpb=ddc3431971c51a2cbab375ea3ce8ab6df2caf1dd;p=ldk-sample diff --git a/src/main.rs b/src/main.rs index 48048b4..f51528b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -220,9 +220,9 @@ async fn handle_ldk_events( hex_utils::hex_str(&payment_hash.0) ); if rejected_by_dest { - println!("rejected by destination node"); + println!("re-attempting the payment will not succeed"); } else { - println!("route failed"); + println!("payment may be retried"); } print!("> "); io::stdout().flush().unwrap();