From 8379f736b2e474d2445187f34762b9d0a6c126ce Mon Sep 17 00:00:00 2001 From: plebhash Date: Tue, 22 Oct 2024 12:37:38 -0300 Subject: [PATCH] fix flag terminology on table headers --- 05-Mining-Protocol.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/05-Mining-Protocol.md b/05-Mining-Protocol.md index 5f40683..a9028fa 100644 --- a/05-Mining-Protocol.md +++ b/05-Mining-Protocol.md @@ -184,8 +184,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. | @@ -195,7 +195,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 |