Skip to content
Snippets Groups Projects

Refactor Cart into checkerboard table

Merged Mateusz Kudela requested to merge mkudela/issue-173 into develop
Compare and Show latest version
35 files
+ 293
181
Compare changes
  • Side-by-side
  • Inline
Files
35
@@ -85,7 +85,7 @@ class PerformActionsOnTransactionCommand(WorldBasedCommand, ABC):
return None
try:
return self.world.profile_data.working_account.keys.get(self.sign)
return self.world.profile_data.keys.get(self.sign)
except KeyNotFoundError:
raise CLIPrettyError(
f"Key `{self.sign}` was not found in the working account keys.", errno.ENOENT
Loading