From bcf4a16996250e562b072c64d42142ad99e099ea Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 29 Nov 2021 22:48:49 +0800 Subject: [PATCH] fixed issue on unbonding --- src/views/OperationUnbondComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/OperationUnbondComponent.vue b/src/views/OperationUnbondComponent.vue index 67e29145..0fd0d8c7 100644 --- a/src/views/OperationUnbondComponent.vue +++ b/src/views/OperationUnbondComponent.vue @@ -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,