tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

[Stratum] Nest initial response from stratum server. #80

Closed maaku closed 4 years ago

maaku commented 4 years ago

According to the stratum protocol specification, the first parameter is supposed to be an array of messages, with each message being an array. So it is a list-of-lists, which is not what the prior behavior was. This patch fixes a bug in the initial stratum server implementation.