Skip to content

Commit cd9a62b

Browse files
committed
WIP10
1 parent ad476a7 commit cd9a62b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NOnion/Network/TorCircuit.fs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,6 @@ type TorCircuit
960960
circuitState <-
961961
Ready(
962962
circuitId,
963-
nodes
964-
@ List.singleton
965963
{
966964
TorCircuitNode.CryptoState =
967965
TorCryptoState.FromKdfResult
@@ -971,7 +969,7 @@ type TorCircuit
971969
Window =
972970
TorWindow
973971
Constants.DefaultCircuitLevelWindowParams
974-
}
972+
} :: nodes
975973
)
976974

977975
tcs.SetResult()

0 commit comments

Comments
 (0)