We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcac20 commit 69319a2Copy full SHA for 69319a2
NOnion/Network/TorCircuit.fs
@@ -673,17 +673,15 @@ type TorCircuit
673
circuitState <-
674
Ready(
675
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
- }
+ {
+ TorCircuitNode.CryptoState =
+ TorCryptoState.FromKdfResult
+ (Kdf.ComputeHSKdf ntorKeySeed)
+ true
+ Window =
+ TorWindow
+ Constants.DefaultCircuitLevelWindowParams
+ } :: nodes
687
)
688
689
do!
0 commit comments