Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update output
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed Apr 16, 2024
1 parent c528234 commit 2b000d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion client_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 2b000d1

Please sign in to comment.