We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f92b4 commit 7895b58Copy full SHA for 7895b58
NOnion/Cells/CellAuthChallenge.fs
@@ -25,7 +25,7 @@ type CellAuthChallenge =
25
26
let challenge = reader.ReadBytes Constants.ChallangeLength
27
let methodsCount = ReadBigEndianUInt16 reader |> int
28
- let methods = readMethod [] methodsCount
+ let methods = readMethod [] methodsCount |> Seq.rev
29
30
{
31
Challenge = challenge
0 commit comments