diff --git a/05-Mining-Protocol.md b/05-Mining-Protocol.md index 723f793..52f4786 100644 --- a/05-Mining-Protocol.md +++ b/05-Mining-Protocol.md @@ -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. | @@ -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 | diff --git a/img/drawio/extended_job.drawio.xml b/img/drawio/extended_job.drawio.xml index 1071c31..5cfb248 100644 --- a/img/drawio/extended_job.drawio.xml +++ b/img/drawio/extended_job.drawio.xml @@ -1,7 +1,7 @@ - + - + @@ -380,14 +380,14 @@ - + - + - - - + + + @@ -435,7 +435,8 @@ - + + diff --git a/img/extended_job.png b/img/extended_job.png index 2a92f14..14f5728 100644 Binary files a/img/extended_job.png and b/img/extended_job.png differ