fix staking table changes
This commit is contained in:
parent
3327f3a27d
commit
9b70a55220
@ -318,7 +318,7 @@ export default {
|
||||
list() {
|
||||
return this.validators.map(x => {
|
||||
const xh = x
|
||||
const change = this.changes[x.consensus_pubkey.value]
|
||||
const change = this.changes[x.consensus_pubkey.key]
|
||||
if (change) {
|
||||
xh.changes = change.latest - change.previous
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user