fix(protocol): do not reset ThpState.properties

This commit is contained in:
Szymon Lesisz
2025-08-27 11:53:31 +02:00
committed by Szymon Lesisz
parent 1b79747b76
commit d84fe7ae25

View File

@@ -287,7 +287,6 @@ export class ThpState {
resetState() {
this._phase = 'handshake';
this._isPaired = false;
this._properties = undefined;
this._pairingTagPromise = undefined;
this._cancelablePromise = false;
this._handshakeCredentials = undefined;