Skip to content

Commit 7895b58

Browse files
committed
fixup WIP5
1 parent a1f92b4 commit 7895b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NOnion/Cells/CellAuthChallenge.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type CellAuthChallenge =
2525

2626
let challenge = reader.ReadBytes Constants.ChallangeLength
2727
let methodsCount = ReadBigEndianUInt16 reader |> int
28-
let methods = readMethod [] methodsCount
28+
let methods = readMethod [] methodsCount |> Seq.rev
2929

3030
{
3131
Challenge = challenge

0 commit comments

Comments
 (0)