Skip to content
Snippets Groups Projects

v1.27.5.21 Release

Merged Mateusz Żebrak requested to merge v1.27.5.21_release into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -309,6 +309,7 @@ class TransactionSummary(BaseScreen):
self.notify(f"Transaction with ID '{transaction.calculate_transaction_id()}' successfully broadcasted!")
self.profile.transaction.reset()
self.profile.transaction_file_path = None
self.app.trigger_profile_watchers()
self.app.get_screen_from_current_stack(Dashboard).pop_until_active()
Loading