diff --git a/docs/v2/v2.md b/docs/v2/v2.md index 0ab5bfa9..12ccd4bd 100644 --- a/docs/v2/v2.md +++ b/docs/v2/v2.md @@ -126,7 +126,7 @@ Delegation: We had modifed [inactive list](https://github.com/osmosis-labs/mesh-security/blob/c170596e515dd9f2247a1de26097c10104b2e6a1/contracts/consumer/virtual-staking/src/contract.rs#L47) in virtual-staking to check if a validator is tombstoned or not. If validator is tombstoned, the `handle_epoch` function will query `TotalDelegation` from mesh scecurity module to get the amount should be unbond and unbond it automatically. As we save `tombstoned_unbond_enable` when instantiate contract, blockchain implementations may decide to unbond automatically when tombstoning. #### Messages -- `TotalDelegation` query msg has been established as folows: +- `TotalDelegation` query msg has been established as follows: TotalDelegationQuery: | Parameters | Type | @@ -160,4 +160,4 @@ Using Staking Decorate, we modify the SlashWithInfractionReason function. This c ### [Multitest improvement](https://github.com/osmosis-labs/mesh-security/issues/95) -Due to current sylvia version does not support multitest in IBC, and the issue [sylvia #206: msg(exec) macro conditional](https://github.com/CosmWasm/sylvia/issues/206) is not resolved yet, we are only able to finish the work [remove the virtual staking mock](https://github.com/osmosis-labs/mesh-security/pull/200). \ No newline at end of file +Due to current sylvia version does not support multitest in IBC, and the issue [sylvia #206: msg(exec) macro conditional](https://github.com/CosmWasm/sylvia/issues/206) is not resolved yet, we are only able to finish the work [remove the virtual staking mock](https://github.com/osmosis-labs/mesh-security/pull/200).