Skip to content

Commit f46fcb5

Browse files
tanhuaanavkr003
andauthored
chore: fix some comments (#1410)
Signed-off-by: tanhuaan <tanhuaan@outlook.com> Co-authored-by: Abhinav Kumar <57705190+avkr003@users.noreply.github.com>
1 parent 394d5b6 commit f46fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/vaults/keeper/vault.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (k Keeper) GetAllVaults(ctx sdk.Context) []types.Vault {
3535
return vaults
3636
}
3737

38-
// SetParams set the params
38+
// SetVault set the valut
3939
func (k Keeper) SetVault(ctx sdk.Context, vault types.Vault) error {
4040
store := runtime.KVStoreAdapter(k.storeService.OpenKVStore(ctx))
4141
b := k.cdc.MustMarshal(&vault)

0 commit comments

Comments
 (0)