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 ddfad73 commit bb61d7cCopy full SHA for bb61d7c
aries_cloudcontroller/controllers/connections.py
@@ -29,13 +29,6 @@ def default_handler(self, payload):
29
connection.update_state(state)
30
logger.debug(f"{connection_id} state updated")
31
32
- # Combines receive and accept connection api calls
33
- async def accept_connection(self, invitation):
34
- response = await self.receive_invitation(invitation)
35
-
36
- accepted = await self.accept_invitation(response["connection_id"])
37
- return accepted
38
39
### TODO refactor to extract out generic base - /connections
40
41
async def get_connections(
0 commit comments