Skip to content

Commit e474030

Browse files
committed
fix flag terminology on table headers
1 parent cb8798c commit e474030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

05-Mining-Protocol.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Group Channel ID namespace is the same as Channel ID namespace on a particular c
188188

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

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

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

0 commit comments

Comments
 (0)