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 cd9a62b commit fffd77dCopy full SHA for fffd77d
NOnion/Network/TorCircuit.fs
@@ -785,17 +785,15 @@ type TorCircuit
785
circuitState <-
786
Ready(
787
circuitId,
788
- nodes
789
- @ List.singleton
790
- {
791
- TorCircuitNode.CryptoState =
792
- TorCryptoState.FromKdfResult
793
- kdfResult
794
- false
795
- Window =
796
- TorWindow
797
- Constants.DefaultCircuitLevelWindowParams
798
- }
+ {
+ TorCircuitNode.CryptoState =
+ TorCryptoState.FromKdfResult
+ kdfResult
+ false
+ Window =
+ TorWindow
+ Constants.DefaultCircuitLevelWindowParams
+ } :: nodes
799
)
800
801
tcs.SetResult circuitId
0 commit comments