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
4 files
+ 39
37
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -101,7 +101,7 @@ class PendingPowerDown(CliveCheckerboardTable):
CliveCheckerBoardTableCell(humanize_datetime(content.next_vesting_withdrawal)),
CliveCheckerBoardTableCell(Asset.pretty_amount(content.next_power_down.hp_balance)),
CliveCheckerBoardTableCell(Asset.pretty_amount(content.next_power_down.vests_balance)),
CliveButton("Cancel", variant="error"),
CliveCheckerBoardTableCell(CliveButton("Cancel", variant="error")),
)
]
Loading