Skip to content

Commit 4e5591b

Browse files
TheTechmagedbluhm
authored andcommitted
fix: typo
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
1 parent 742fd26 commit 4e5591b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

didcomm_messaging/quickstart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ async def send_http_message(
192192
message["typ"] = "application/didcomm-plain+json"
193193

194194
# Ensure that a return-route is on the message
195-
if "return-route" not in message or not message["return-route"]:
196-
message["return-route"] = "all"
195+
if "return_route" not in message or not message["return_route"]:
196+
message["return_route"] = "all"
197197

198198
# Encrypt/pack the message to our target
199199
packy = await dmp.pack(

0 commit comments

Comments
 (0)