Skip to content

Commit

Permalink
Fixed a bug from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer8007 committed Jan 21, 2024
1 parent a12992f commit a0a8a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ wsHook.after = function (messageEvent, url)
didBlockNode = true;
}

decryptedFrames[i] = {node: realNode, counter: counter, decryptedFrame: decryptedFrame};
decryptedFrames[i] = {node: manipulatedNode, counter: counter, decryptedFrame: decryptedFrame};
}

var packet = await MultiDevice.encryptAndPackNodesForSending(decryptedFrames, true);
Expand Down

0 comments on commit a0a8a07

Please sign in to comment.