We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394d5b6 commit f46fcb5Copy full SHA for f46fcb5
x/vaults/keeper/vault.go
@@ -35,7 +35,7 @@ func (k Keeper) GetAllVaults(ctx sdk.Context) []types.Vault {
35
return vaults
36
}
37
38
-// SetParams set the params
+// SetVault set the valut
39
func (k Keeper) SetVault(ctx sdk.Context, vault types.Vault) error {
40
store := runtime.KVStoreAdapter(k.storeService.OpenKVStore(ctx))
41
b := k.cdc.MustMarshal(&vault)
0 commit comments