Skip to content

Commit f1efafb

Browse files
committed
clean up
1 parent 00df807 commit f1efafb

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

api/side/oracle/genesis.pulsar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/openapi.yml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

proto/side/oracle/genesis.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "side/oracle/oracle.proto";
77

88
option go_package = "github.com/sideprotocol/side/x/oracle/types";
99

10-
// GenesisState defines the lending module's genesis state.
10+
// GenesisState defines the oracle module's genesis state.
1111
message GenesisState {
1212
Params params = 1 [(gogoproto.nullable) = false];
1313

proto/side/oracle/tx.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ service Msg {
2323
// Since: cosmos-sdk 0.47
2424
message MsgUpdateParams {
2525
option (cosmos.msg.v1.signer) = "authority";
26-
26+
2727
// authority is the address that controls the module (defaults to x/gov unless overwritten).
2828
string authority = 1;
29-
29+
3030
// params defines the x/oracle parameters to be updated.
3131
//
3232
// NOTE: All parameters must be supplied.
3333
Params params = 2 [(gogoproto.nullable) = false];
3434
}
35-
35+
3636
// MsgUpdateParamsResponse defines the Msg/UpdateParams response type.
3737
//
3838
// Since: cosmos-sdk 0.47

x/oracle/types/genesis.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)