Skip to content

Commit d92b47b

Browse files
committed
WIP12
1 parent 11d9a6f commit d92b47b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

NOnion/Network/TorCircuit.fs

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -673,17 +673,15 @@ type TorCircuit
673673
circuitState <-
674674
Ready(
675675
circuitId,
676-
nodes
677-
@ List.singleton
678-
{
679-
TorCircuitNode.CryptoState =
680-
TorCryptoState.FromKdfResult
681-
(Kdf.ComputeHSKdf ntorKeySeed)
682-
true
683-
Window =
684-
TorWindow
685-
Constants.DefaultCircuitLevelWindowParams
686-
}
676+
{
677+
TorCircuitNode.CryptoState =
678+
TorCryptoState.FromKdfResult
679+
(Kdf.ComputeHSKdf ntorKeySeed)
680+
true
681+
Window =
682+
TorWindow
683+
Constants.DefaultCircuitLevelWindowParams
684+
} :: nodes
687685
)
688686

689687
do!

0 commit comments

Comments
 (0)