Skip to content

Commit

Permalink
Add back handshake protocols
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Oct 3, 2024
1 parent b63a49e commit b13bc1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oidc-controller/api/core/aries/out_of_band.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class OutOfBandMessage(BaseModel):
alias="requests~attach"
)
services: List[Union[OOBServiceDecorator, str]] = Field(alias="services")
# TODO: This is causing problems in our BC Wallet use case, TBD
# handshake_protocols: List[str] = Field(alias="handshake_protocols", default=None)
handshake_protocols: List[str] = Field(alias="handshake_protocols", default=None)

model_config = ConfigDict(populate_by_name=True)

0 comments on commit b13bc1d

Please sign in to comment.