Skip to content
Snippets Groups Projects

Prepare withdraw routes part of the HP managament

Merged Jakub Ziebinski requested to merge jziebinski/withdraw-routes-prepare into develop
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -130,7 +130,8 @@ class WithdrawRoutes(TabPane, OperationActionBindings):
yield WithdrawRoutesTable()
def _create_operation(self) -> SetWithdrawVestingRouteOperation | None:
CliveValidatedInput.validate_many(self._account_input, self._percent_input)
if not CliveValidatedInput.validate_many(self._account_input, self._percent_input):
return None
return SetWithdrawVestingRouteOperation(
from_account=self.working_account,
Loading