Skip to content

Commit 24333ad

Browse files
Update cips/cip-14.md
Co-authored-by: Rootul P <[email protected]>
1 parent 818e030 commit 24333ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cips/cip-14.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following test cases are available in the [ibc-go e2e repository.](https://g
224224
- A transfer of funds from an interchain account to a different account on the same chain using a x/group sdk module based controller (on the controlling chain) - [test link](https://github.com/cosmos/ibc-go/blob/main/e2e/tests/interchain_accounts/groups_test.go)
225225
- [OPTIONAL] A transfer of funds from an interchain account to a different account on the same chain using an incentivised IBC packet - [test link](https://github.com/cosmos/ibc-go/blob/main/e2e/tests/interchain_accounts/incentivized_test.go#L38). Note: requires relayer incentivization middleware.
226226
- Query if host functionality is enabled - [test link](https://github.com/cosmos/ibc-go/blob/main/e2e/tests/interchain_accounts/params_test.go#L106)
227-
- Transfer funds from interchain account to a different account after upgrading the channel from ordered to unordered - [test link](https://github.com/cosmos/ibc-go/blob/main/e2e/tests/interchain_accounts/upgrades_test.go#L41)
227+
- [OPTIONAL] Transfer funds from interchain account to a different account after upgrading the channel from ordered to unordered - [test link](https://github.com/cosmos/ibc-go/blob/main/e2e/tests/interchain_accounts/upgrades_test.go#L41). Note: requires ibc-go >= v8.1.0.
228228

229229
## Reference Implementation
230230

0 commit comments

Comments
 (0)