Skip to content

Commit 094ec8e

Browse files
committed
comment: clarified comment
1 parent cae12af commit 094ec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/src/Yubico/YubiKey/Pipelines/CommandChainingTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public ResponseApdu Invoke(CommandApdu command, Type commandType, Type responseT
7777

7878
responseApdu = _pipeline.Invoke(partialApdu, commandType, responseType);
7979

80-
// Stop sending data when the YubiKey response is 0x67 (when the chained data
80+
// Stop sending data when the YubiKey response is 0x6700 (when the chained data
8181
// sent exceeds the max allowed length) and let caller handle the response
8282
if (responseApdu.SW != SWConstants.WrongLength)
8383
{

0 commit comments

Comments
 (0)