Skip to content

Commit bace988

Browse files
authoredApr 26, 2022
fixing dead links from sdk default branch update (#1301)
1 parent 2239625 commit bace988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/apps/interchain-accounts/transactions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Transactions are executed via the ICS27 [`SendTx` API](./auth-modules.md#trysend
1616

1717
## Atomicity
1818

19-
As the Interchain Accounts module supports the execution of multiple transactions using the Cosmos SDK `Msg` interface, it provides the same atomicity guarantees as Cosmos SDK-based applications, leveraging the [`CacheMultiStore`](https://docs.cosmos.network/master/core/store.html#cachemultistore) architecture provided by the [`Context`](https://docs.cosmos.network/master/core/context.html) type.
19+
As the Interchain Accounts module supports the execution of multiple transactions using the Cosmos SDK `Msg` interface, it provides the same atomicity guarantees as Cosmos SDK-based applications, leveraging the [`CacheMultiStore`](https://docs.cosmos.network/main/core/store.html#cachemultistore) architecture provided by the [`Context`](https://docs.cosmos.network/main/core/context.html) type.
2020

2121
This provides atomic execution of transactions when using Interchain Accounts, where state changes are only committed if all `Msg`s succeed.

0 commit comments

Comments
 (0)
Please sign in to comment.