Skip to content

Commit

Permalink
fixup wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 2, 2022
1 parent c19e155 commit 4bc3e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOnion/Cells/CellNetInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type CellNetInfo =
let time = ReadBigEndianUInt32 reader
let otherAddress = readAddress()
let myAddressesCount = reader.ReadByte()
let myAddresses = readAddresses List.Empty myAddressesCount
let myAddresses = readAddresses List.Empty myAddressesCount |> Seq.rev

{
Time = time
Expand Down

0 comments on commit 4bc3e76

Please sign in to comment.