chain-jslib icon indicating copy to clipboard operation
chain-jslib copied to clipboard

Problem: Fix MsgSetWithdrawAddress attribute `toRaw()`

Open cdc-Hitesh opened this issue 3 years ago • 0 comments

Old rawMsg : { typeUrl: COSMOS_MSG_TYPEURL.distribution.MsgSetWithdrawAddress, value: { delegatorAddress: this.delegatorAddress, validatorAddress: this.withdrawAddress, }, };

Instead of validatorAddress it should be withdrawAddress

cdc-Hitesh avatar Jun 03 '21 10:06 cdc-Hitesh