File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
ouroboros-network-protocols/src/Ouroboros/Network/Protocol/ObjectDiffusion Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ import Ouroboros.Network.Util.ShowProxy
59
59
import Quiet (Quiet (.. ))
60
60
61
61
pattern OutboundAgency :: Agency
62
- pattern OutboundAgency = ClientAgency
63
- type OutboundAgency = 'ClientAgency
62
+ pattern OutboundAgency = ServerAgency
63
+ type OutboundAgency = 'ServerAgency
64
64
65
65
pattern InboundAgency :: Agency
66
- pattern InboundAgency = ServerAgency
67
- type InboundAgency = 'ServerAgency
66
+ pattern InboundAgency = ClientAgency
67
+ type InboundAgency = 'ClientAgency
68
68
69
69
pattern AsOutbound :: PeerRole
70
- pattern AsOutbound = AsClient
71
- type AsOutbound = 'AsClient
70
+ pattern AsOutbound = AsServer
71
+ type AsOutbound = 'AsServer
72
72
73
73
pattern AsInbound :: PeerRole
74
- pattern AsInbound = AsServer
75
- type AsInbound = 'AsServer
74
+ pattern AsInbound = AsClient
75
+ type AsInbound = 'AsClient
76
76
77
77
pattern ReflOutboundAgency :: ReflRelativeAgency ClientAgency (r :: RelativeAgency ) (r :: RelativeAgency )
78
78
pattern ReflOutboundAgency = ReflClientAgency
You can’t perform that action at this time.
0 commit comments