refactor: x/bank audit changes (#16690)
This commit is contained in:
@@ -10,7 +10,7 @@ message Module {
|
||||
go_import: "github.com/cosmos/cosmos-sdk/x/bank"
|
||||
};
|
||||
|
||||
// blocked_module_accounts configures exceptional module accounts which should be blocked from receiving funds.
|
||||
// blocked_module_accounts_override configures exceptional module accounts which should be blocked from receiving funds.
|
||||
// If left empty it defaults to the list of account names supplied in the auth module configuration as
|
||||
// module_account_permissions
|
||||
repeated string blocked_module_accounts_override = 1;
|
||||
|
||||
@@ -267,6 +267,7 @@ message QueryParamsRequest {}
|
||||
|
||||
// QueryParamsResponse defines the response type for querying x/bank parameters.
|
||||
message QueryParamsResponse {
|
||||
// params provides the parameters of the bank module.
|
||||
Params params = 1 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];
|
||||
}
|
||||
|
||||
|
||||
@@ -105,6 +105,7 @@ message MsgSetSendEnabled {
|
||||
option (cosmos.msg.v1.signer) = "authority";
|
||||
option (amino.name) = "cosmos-sdk/MsgSetSendEnabled";
|
||||
|
||||
// authority is the address that controls the module.
|
||||
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
|
||||
|
||||
// send_enabled is the list of entries to add or update.
|
||||
|
||||
Reference in New Issue
Block a user