Skip to content

Commit

Permalink
Remove warning about async ack being under development (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort authored Oct 14, 2024
2 parents ee0b14c + be09aff commit c29f728
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/ibc/diy-protocol/packet-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ because the failed receive can then be picked up by another relayer.

### Async acknowledgement

<Callout type="warning">
This feature is currently under development and will be available in a future version of CosmWasm.
</Callout>

In some cases, you might want to acknowledge a packet asynchronously. This means that you receive
the packet, but you don't immediately return an acknowledgement. One case where this is useful is if
you need to perform some other action that requires more than one transaction to complete before you
Expand Down

0 comments on commit c29f728

Please sign in to comment.