forked from cerc-io/cosmos-explorer
refresh rewards after withdraw
This commit is contained in:
parent
3a53717dce
commit
e18a144720
@ -352,7 +352,6 @@ export default {
|
|||||||
this.$http.getStakingParameters().then(res => { this.stakingParameter = res })
|
this.$http.getStakingParameters().then(res => { this.stakingParameter = res })
|
||||||
this.$http.getMintingInflation().then(res => { this.mintInflation = res })
|
this.$http.getMintingInflation().then(res => { this.mintInflation = res })
|
||||||
this.address = this.$route.params.address
|
this.address = this.$route.params.address
|
||||||
this.$http.getValidatorDistribution(this.address).then(res => { this.distribution = res })
|
|
||||||
this.initial()
|
this.initial()
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@ -379,6 +378,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
this.$http.getValidatorDistribution(this.address).then(res => { this.distribution = res })
|
||||||
},
|
},
|
||||||
pageload(v) {
|
pageload(v) {
|
||||||
this.$http.getTxsBySender(this.accountAddress, v).then(res => {
|
this.$http.getTxsBySender(this.accountAddress, v).then(res => {
|
||||||
|
Loading…
Reference in New Issue
Block a user