fix(explorer): minoxde details page (#1715)
* fix(explorer): minoxde details page * feat(explorer): add mix_id column in mixnodes list
This commit is contained in:
@@ -24,6 +24,7 @@ pub(crate) enum MixnodeStatus {
|
||||
pub(crate) struct PrettyDetailedMixNodeBond {
|
||||
// I leave this to @MS to refactor this type as a lot of things here are redundant thanks to
|
||||
// the existence of `MixNodeDetails`
|
||||
pub mix_id: MixId,
|
||||
pub location: Option<Location>,
|
||||
pub status: MixnodeStatus,
|
||||
pub pledge_amount: Coin,
|
||||
|
||||
Reference in New Issue
Block a user