Skip to content

Commit

Permalink
Move PACKET.md (#1166)
Browse files Browse the repository at this point in the history
* move PACKET.md to the right folder

* linter

* linter
  • Loading branch information
AdityaSripal authored Nov 12, 2024
1 parent 1269ed6 commit dcc5abb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,3 @@ func commitV2Acknowledgment(ack: Acknowledgement) {
return append([]byte{0x02}, sha256.Hash(buffer))
}
```

1 change: 0 additions & 1 deletion spec/core/v2/ics-024-host-requirements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ IBC/TAO implementations MUST implement the following paths for the `provableStor
Future paths may be used in future versions of the protocol, so the entire key-space in the provable store MUST be reserved for the IBC handler.
| Value | Path format | Value type | Defined in |
| -------------------------- | ------------------------------------------------- | ---------- | ------------------------------------ |
| Packet Commitment | {channelIdentifier}|0x1|{bigEndianUint64Sequence} | bytes | [ICS 4](../ics-004-channel-and-packet-semantics) |
Expand Down

0 comments on commit dcc5abb

Please sign in to comment.