Skip to content

Commit afae8e5

Browse files
authored
Merge pull request #196 from GitGab19/fix-channel-bit
fix `channel_msg` bit for `NewMiningJob`, `PushSolution`, `SetCustomMiningJob`, `SetCustomMiningJob.Success`, and `SetCustomMiningJob.Error`
2 parents 4cdeecd + fbf87d8 commit afae8e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

08-Message-Types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| 0x12 | 0 | OpenMiningChannel.Error |
1414
| 0x13 | 0 | OpenExtendedMiningChannel |
1515
| 0x14 | 0 | OpenExtendedMiningChannel.Success |
16-
| 0x15 | 0 | NewMiningJob |
16+
| 0x15 | 1 | NewMiningJob |
1717
| 0x16 | 1 | UpdateChannel |
1818
| 0x17 | 1 | UpdateChannel.Error |
1919
| 0x18 | 1 | CloseChannel |
@@ -26,9 +26,9 @@
2626
| 0x1f | 1 | NewExtendedMiningJob |
2727
| 0x20 | 1 | SetNewPrevHash |
2828
| 0x21 | 1 | SetTarget |
29-
| 0x22 | 0 | SetCustomMiningJob |
30-
| 0x23 | 0 | SetCustomMiningJob.Success |
31-
| 0x24 | 0 | SetCustomMiningJob.Error |
29+
| 0x22 | 1 | SetCustomMiningJob |
30+
| 0x23 | 1 | SetCustomMiningJob.Success |
31+
| 0x24 | 1 | SetCustomMiningJob.Error |
3232
| 0x25 | 0 | SetGroupChannel |
3333
| Job Declaration Protocol | | |
3434
| 0x50 | 0 | AllocateMiningJobToken |
@@ -38,7 +38,7 @@
3838
| 0x57 | 0 | DeclareMiningJob |
3939
| 0x58 | 0 | DeclareMiningJob.Success |
4040
| 0x59 | 0 | DeclareMiningJob.Error |
41-
| 0x60 | 1 | PushSolution |
41+
| 0x60 | 0 | PushSolution |
4242
| Template Distribution Protocol | | |
4343
| 0x70 | 0 | CoinbaseOutputConstraints |
4444
| 0x71 | 0 | NewTemplate |

0 commit comments

Comments
 (0)