Skip to content

Commit

Permalink
Correct the type bytes listed in the metadata spec state documentatio…
Browse files Browse the repository at this point in the history
…n for Scope Specs and Contract Specs. (#414)
  • Loading branch information
dwedul-figure authored Aug 9, 2021
1 parent 6094785 commit 25252f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/metadata/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Byte Array Length: `17`

| Byte range | Description
|------------|---
| 0 | `0x03`
| 0 | `0x04`
| 1-16 | UUID of this scope specification

* Field Name: `ScopeSpecification.specification_id`
Expand Down Expand Up @@ -308,7 +308,7 @@ Byte Array Length: `17`

| Byte range | Description
|------------|---
| 0 | `0x04`
| 0 | `0x03`
| 1-16 | UUID of this contract specification

* Field Name: `ContractSpecification.specification_id`
Expand Down

0 comments on commit 25252f8

Please sign in to comment.