Skip to content

Commit

Permalink
Merge pull request #650 from bcgov/feature/addBackHandshakes
Browse files Browse the repository at this point in the history
Add back handshake protocols
  • Loading branch information
esune authored Oct 3, 2024
2 parents b63a49e + b13bc1d commit eebbbcc
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 eebbbcc

Please sign in to comment.