Skip to content

Commit

Permalink
WIP3
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 3, 2022
1 parent 248d557 commit fdad833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOnion/Cells/CellNetInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ type CellNetInfo =
addresses
else
readAddresses
(addresses @ [ readAddress() ])
(readAddress() :: addresses)
(remainingCount - 1uy)

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 fdad833

Please sign in to comment.