chain-jslib
chain-jslib copied to clipboard
Problem: Fix MsgSetWithdrawAddress attribute `toRaw()`
Old rawMsg : { typeUrl: COSMOS_MSG_TYPEURL.distribution.MsgSetWithdrawAddress, value: { delegatorAddress: this.delegatorAddress, validatorAddress: this.withdrawAddress, }, };
Instead of validatorAddress
it should be withdrawAddress