mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
fix(protocol): do not reset ThpState.properties
This commit is contained in:
committed by
Szymon Lesisz
parent
1b79747b76
commit
d84fe7ae25
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user