Skip to content

Commit

Permalink
fixup WIP5
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 3, 2022
1 parent a1f92b4 commit 7895b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOnion/Cells/CellAuthChallenge.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type CellAuthChallenge =

let challenge = reader.ReadBytes Constants.ChallangeLength
let methodsCount = ReadBigEndianUInt16 reader |> int
let methods = readMethod [] methodsCount
let methods = readMethod [] methodsCount |> Seq.rev

{
Challenge = challenge
Expand Down

0 comments on commit 7895b58

Please sign in to comment.