fixed issue on unbonding

This commit is contained in:
liangping 2021-11-29 22:48:49 +08:00
parent 4910319be7
commit bcf4a16996

View File

@ -387,8 +387,8 @@ export default {
const txMsgs = [{
typeUrl: '/cosmos.staking.v1beta1.MsgUndelegate',
value: {
delegatorAddress: this.selectedAddress,
validatorAddress: this.selectedValidator,
delegatorAddress: this.address,
validatorAddress: this.validatorAddress,
amount: {
amount: getUnitAmount(this.amount, this.token),
denom: this.token,