Skip to content

Commit

Permalink
Merge pull request #300 from terra-money/fix_typo
Browse files Browse the repository at this point in the history
fix(typo): coswasm -> cosmwasm
  • Loading branch information
Jared-TFL authored Jun 2, 2022
2 parents d8711a3 + 92b4d6b commit b8c6ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/wasm/msgs/MsgUpdateContractAdmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class MsgUpdateContractAdmin extends JSONSerializable<
});
} else {
return Any.fromPartial({
typeUrl: '/coswasm.wasm.v1.MsgUpdateAdmin',
typeUrl: '/cosmwasm.wasm.v1.MsgUpdateAdmin',
value: MsgUpdateAdmin_pb.encode(
this.toProto(isClassic) as MsgUpdateAdmin_pb
).finish(),
Expand Down

0 comments on commit b8c6ce4

Please sign in to comment.