Skip to content
Snippets Groups Projects
Commit 4dc14207 authored by Mateusz Kudela's avatar Mateusz Kudela
Browse files

Clear transaction file path after successfully broadcasting transaction loaded from file

parent d56ed2b1
No related branches found
No related tags found
2 merge requests!600v1.27.5.21 Release,!599Clear transaction file path after broadcast, recompose key container if broadcast fails
...@@ -309,6 +309,7 @@ class TransactionSummary(BaseScreen): ...@@ -309,6 +309,7 @@ class TransactionSummary(BaseScreen):
self.notify(f"Transaction with ID '{transaction.calculate_transaction_id()}' successfully broadcasted!") self.notify(f"Transaction with ID '{transaction.calculate_transaction_id()}' successfully broadcasted!")
self.profile.transaction.reset() self.profile.transaction.reset()
self.profile.transaction_file_path = None
self.app.trigger_profile_watchers() self.app.trigger_profile_watchers()
self.app.get_screen_from_current_stack(Dashboard).pop_until_active() self.app.get_screen_from_current_stack(Dashboard).pop_until_active()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment