From 2b000d15031a5310f1877de0e32fe6645be272aa Mon Sep 17 00:00:00 2001 From: CryptAxe Date: Mon, 15 Apr 2024 21:33:32 -0700 Subject: [PATCH] Update output --- client.gd | 2 +- client_menu.tscn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client.gd b/client.gd index 0430d61..6dd23cd 100644 --- a/client.gd +++ b/client.gd @@ -67,7 +67,7 @@ func _on_fast_withdraw_invoice(amount : float, destination: String) -> void: print("Amount: ", amount) print("Destination: ", destination) - var invoice_text = "Fast withdraw request received! Invoice created:\n\n" + var invoice_text = "Fast withdraw request received! Invoice created:\n" invoice_text += str("Send ", amount, " L2 coins to ", destination, "\n") invoice_text += "Once you have paid enter the L2 txid and hit invoice paid" diff --git a/client_menu.tscn b/client_menu.tscn index 82dab2a..98a8294 100644 --- a/client_menu.tscn +++ b/client_menu.tscn @@ -112,7 +112,7 @@ text = "Not Connected" [connection signal="pressed" from="ButtonRequestInvoice" to="." method="_on_button_test_pressed"] [connection signal="pressed" from="ButtonRequestInvoice" to="." method="_on_button_request_invoice_pressed"] -[connection signal="pressed" from="ButtonInvoicePaid" to="." method="_on_button_test_complete_pressed"] [connection signal="pressed" from="ButtonInvoicePaid" to="." method="_on_button_invoice_paid_pressed"] +[connection signal="pressed" from="ButtonInvoicePaid" to="." method="_on_button_test_complete_pressed"] [connection signal="pressed" from="ButtonCopyAddress" to="." method="_on_button_copy_address_pressed"] [connection signal="pressed" from="ButtonConnect" to="." method="_on_button_connect_pressed"]