finality line edits

This commit is contained in:
Eric Wong 2022-09-22 13:31:13 -05:00
parent b81b778974
commit 625052bdaa
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@ Here is a collection of other resources and reference sources which you're likel
- [Github](./github.md)
- [Contract Addresses & Environment Information](./contracts.md)
- [RPC Info](./rpcnodes.md)
- [Block Finality Suggestions](./finality.md)

View File

@ -34,7 +34,7 @@ To emit a VAA, always use `publishMessage` which takes in the following argument
- How Batch VAAs are generated based on a message's `nonce` is described below.
2. `Consistency` (uint8): the number of blocks that Guardians will wait before signing a message
- Each blockchain has different finality periods. In general, higher consistencies mean more security against blockchain reorgs.
- [Here]() are the consistency levels by blockchain that are used by the xAsset layer to have a high level of guarantee against reorgs.
- [Here](../../reference/finality.md) are the consistency levels by blockchain that are used by the xAsset layer to have a high level of guarantee against reorgs.
3. `Payload` (bytes[]): raw bytes to emit
- It is up to the emitting contract to properly define this arbitrary set of bytes.