We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb514f commit 56adc18Copy full SHA for 56adc18
1 file changed
aries_cloudagent/protocols/out_of_band/v1_0/manager.py
@@ -133,10 +133,6 @@ async def create_invitation(
133
"Cannot store metadata without handshake protocols"
134
)
135
if public:
136
- # if multi_use:
137
- # raise OutOfBandManagerError(
138
- # "Cannot create public invitation with multi_use"
139
- # )
140
if metadata:
141
raise OutOfBandManagerError(
142
"Cannot store metadata on public invitations"
0 commit comments