Skip to content

Commit

Permalink
added note on owners
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Jul 2, 2024
1 parent 130844e commit a38e423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/adrs/adr-018-permissionless-ics.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ message MsgUpdateConsumerChain {
}
```

The `owner_address` is provided as well and hence a validator can change the owner of a consumer chain as well.
The `owner_address` is provided as well and hence a validator can change the owner of a consumer chain as well. Because of this,
the `MsgUpdateConsumerChain` needs to contain two signatures: one for the old and one for the new owner address.

The `initial_height`, `spawnTime`, etc. exist in `MsgUpdateConsumerChain` but are only be applicable if the chain
is still in the prelaunched phase. This can be achieved by looking if there is an ongoing `ConsumerAdditionProposal` for this `consumerID`,
Expand Down

0 comments on commit a38e423

Please sign in to comment.