Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/interchain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interchain.await_and_check_packets(
```

This namely removes the need for pausing the program and resuming manually or with a timer.
This also allows to automatically get extra information about the relayed packet and assert the IBC-cycle ended successfuly.
This also allows to automatically get extra information about the relayed packet and assert the IBC-cycle ended successfully.

## Interchain packet following

Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
export PATH=$PATH:/usr/local/bin

# Requirments:
# Requirements:
# 1. Have rust and cargo installed
# 2. Have taplo installed (cargo install taplo-cli --locked)
#
Expand Down