You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple way to fix this would be to fix DurationToDHMS to pad days like we do hours, but thats icky.
The right way to fix this is to probably subclass QTableWidgetItem to something like DHMSTableWidgetItem which is constructed using the duration in seconds and automagically uses that private member to do the comparison while displaying some nicely human friendli-ized text.
If this is not fixed in the next few days, and I find myself wanting to compile my wallet - ill take a stab at this :)
If you sort the MNs by "Active" time, it will place
9d
as older than99d
. This should be super easy to fix :)The text was updated successfully, but these errors were encountered: