We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa44980 commit 3b5747cCopy full SHA for 3b5747c
src/parser/dms.rs
@@ -631,9 +631,9 @@ pub async fn print_commands_results(message: &MessageKind, ctx: &Context) -> Res
631
}
632
Action::HoldInvoicePaymentAccepted => {
633
if let Some(order_id) = &message.id {
634
- println!("🎉 Hold Invoice Payment Accepted");
635
- println!("═══════════════════════════════════════");
636
- println!("📋 Order ID: {}", order_id);
+ println!("🎉 Hold Invoice Payment Accepted");
+ println!("═══════════════════════════════════════");
+ println!("📋 Order ID: {}", order_id);
637
println!("✅ Hold invoice payment accepted successfully!");
638
println!("💰 Bitcoin has been released to the buyer");
639
println!("🎊 Trade completed successfully!");
0 commit comments