Skip to content

Commit

Permalink
fix flag terminology on table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Oct 29, 2024
1 parent 913abff commit d25faf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 05-Mining-Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ Group Channel ID namespace is the same as Channel ID namespace on a particular c

Flags usable in `SetupConnection.flags` and `SetupConnection.Error::flags`, where bit 0 is the least significant bit of the u32 type:

| Field Name | Bit | Description |
| ------------------------ | --- | ----------------------------------------------------------------------------------- |
| Flag Name | Bit | Description |
|--------------------------| --- | ----------------------------------------------------------------------------------- |
| REQUIRES_STANDARD_JOBS | 0 | The downstream node requires standard jobs. It does not understand group channels - |
| | | it is unable to process extended jobs sent to standard channels through a group |
| | | channel. |
Expand All @@ -199,7 +199,7 @@ Flags usable in `SetupConnection.flags` and `SetupConnection.Error::flags`, wher
| | | server MUST NOT send jobs which do not allow version rolling |

Flags usable in `SetupConnection.Success.flags`:
| Field Name | Bit | Description |
| Flag Name | Bit | Description |
|----------------------------|-----|-----------------------------------------------------------------------------------|
| REQUIRES_FIXED_VERSION | 0 | Upstream node will not accept any changes to the version field. Note that if |
| | | REQUIRES_VERSION_ROLLING was set in the SetupConnection::flags field, this bit |
Expand Down

0 comments on commit d25faf4

Please sign in to comment.