Skip to content

Commit 0fd3c11

Browse files
committed
improve note formatting
1 parent a98a04f commit 0fd3c11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/event-dispatcher.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,11 @@ Reason can be one of:
462462
### `POST /stackerdb_chunks`
463463

464464
Delivers data related to mutations in a StackerDB replica this node subscribes to.
465-
* **Triggered by keys**: `"stackerdb"`. **Not** included in `*`.
465+
* **Triggered by keys**: `"stackerdb"`.
466466
* **Payload Summary**: Contains the contract ID and an array of modified StackerDB slots, each with ID, version, signature, and data.
467-
* **Note**: The data will only get sent if the corresponding chunk has already been successfully stored.
467+
* **Note**:
468+
* **Not** included in `*`.
469+
* The data will only get sent if the corresponding chunk has already been successfully stored.
468470

469471
*Example Payload:*
470472

@@ -516,8 +518,9 @@ Delivers information about new AtlasDB attachments processed by the node.
516518

517519
### `POST /proposal_response`
518520
Delivers the validation response for a block proposal submitted to this node (relevant for Nakamoto consensus).
519-
* **Triggered by keys**: `"block_proposal"`. **Not** included in `*`.
521+
* **Triggered by keys**: `"block_proposal"`.
520522
* **Payload Summary**: Contains the result of the block validation, which can be an acceptance (`BlockValidateOk`) or rejection (`BlockValidateReject`) with details.
523+
* **Note**: **Not** included in `*`.
521524

522525
*Example Payload:*
523526
```json

0 commit comments

Comments
 (0)