Skip to content

Commit

Permalink
xmr: builder state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 92736fa commit fee4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/monero/protocol/tsx_sign_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def state_save(self):

if attr == "state":
t.state = self.state.state_save()
elif attr in ["trezor"]:
elif attr in ["iface"]:
continue
elif attr.startswith("STEP"):
continue
Expand Down

0 comments on commit fee4a5a

Please sign in to comment.