Skip to content

Commit

Permalink
feat!: introduce MsgOptIn and MsgOptOut (#1620)
Browse files Browse the repository at this point in the history
* init commit

* cleaning up

* changed cons to val address

* Revert "changed cons to val address"

This reverts commit a32e882.

* Update x/ccv/provider/keeper/keeper.go

Co-authored-by: Simon Noetzlin <[email protected]>

* took into account comments

* added key assignment

* add contraint such that opt out only works if the chain is running

---------

Co-authored-by: insumity <[email protected]>
Co-authored-by: Simon Noetzlin <[email protected]>
  • Loading branch information
3 people committed Mar 12, 2024
1 parent a7b93a7 commit 6e2618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/interchain_security/ccv/provider/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ message MsgSetConsumerCommissionRate {
}


message MsgSetConsumerCommissionRateResponse {}
message MsgSetConsumerCommissionRateResponse {}

0 comments on commit 6e2618b

Please sign in to comment.