Skip to content

Commit

Permalink
expect UpdateChannel before SubmitSharesExtended
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Aug 30, 2024
1 parent 4e83fb8 commit 38381a4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,16 @@
"message_ids": ["new_extended_mining_job", "set_new_prev_hash"],
"role": "server",
"results": [
{
"type": "match_message_type",
"value": "0x16"
},
{
"type": "match_message_type",
"value": "0x1b"
}
],
"actiondoc": "Sends NewExtendedMiningJob and SetNewPrevHash and waits that a SubmitsShareExtended is submitted"
"actiondoc": "Sends NewExtendedMiningJob and SetNewPrevHash and waits that a UpdateChannel, then a SubmitSharesExtended is submitted"
}
],
"setup_commands": [
Expand Down

0 comments on commit 38381a4

Please sign in to comment.