Closed
Description
Since we allow migrate_msg
field to be empty, we could actually make it an Option
to not confuse frontend.
https://github.com/confio/poe-contracts/blob/main/contracts/tgrade-validator-voting/src/msg.rs#L80
MigrateContract {
...
/// encoded message to be passed to perform the migration
migrate_msg: Option<Binary>,
},
@ethanfrey to confirm
Metadata
Assignees
Labels
No labels
Activity