Skip to content

Commit

Permalink
Revert "Fix Always Wiping Multisig Descriptor at Main Menu"
Browse files Browse the repository at this point in the history
This reverts commit df7e1cb.
  • Loading branch information
3rdIteration committed Feb 21, 2024
1 parent 66d6804 commit 2e3c74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seedsigner/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def run(self):

# Home always wipes the back_stack/state of temp vars
self.resume_main_flow = None
self.multisig_wallet_descriptor = None
self.unverified_address = None
self.address_explorer_data = None
self.psbt = None
Expand Down

0 comments on commit 2e3c74e

Please sign in to comment.