Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TX Payload Reference #23

Merged
merged 1 commit into from
Mar 8, 2022
Merged
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
4 changes: 2 additions & 2 deletions tips/TIP-0024/tip-0024.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ The following criteria defines whether the message passes the syntactical valida
While messages without a payload, i.e. `Payload Length` set to zero, are valid, such messages do not contain any information. As such, messages usually contain a payload. The detailed specification of each payload type is out of scope of this TIP. The following table lists all currently specified payloads that can be part of a message and links to their specification:

| Payload Name | Type Value | TIP |
| ------------ | ---------- | --------------------------------------- |
| Transaction | 0 | [TIP-7](../TIP-0007/tip-0007.md) |
|--------------|------------|-----------------------------------------|
| Milestone | 1 | [TIP-8](../TIP-0008/tip-0008.md) |
| Tagged Data | 5 | [draft TIP-23](../TIP-0023/tip-0023.md) |
| Transaction | 6 | [draft TIP-20](../TIP-0020/tip-0020.md) |

## Example

Expand Down