Skip to content

Commit

Permalink
Rename cosmos-sdk/MsgWithdrawVal{idator}Commission
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 17, 2023
1 parent 8a6e1e5 commit e8bb59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx/distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class MsgWithdrawValidatorCommission implements Msg {

async toAmino(): Promise<AminoMsg> {
return {
type: "cosmos-sdk/MsgWithdrawValidatorCommission",
type: "cosmos-sdk/MsgWithdrawValCommission",
value: this.params,
};
}
Expand Down

0 comments on commit e8bb59e

Please sign in to comment.