Skip to content

Commit 2162ba8

Browse files
committed
low-level-api: remove deprecated getAppConfiguration
Now that we're planning a major version update (see previous commit), it can be safely removed.
1 parent d326879 commit 2162ba8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/low-level-api/low-level-api.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,6 @@ export default class LowLevelApi {
8888
}
8989
}
9090

91-
/**
92-
* @deprecated
93-
* Get the version of the connected Ledger Nimiq App. Note that other apps also respond to this call (but for U2F
94-
* and WebAuthn only if both apps use the same scramble key).
95-
* @returns An object with the version.
96-
*/
97-
public async getAppConfiguration(): Promise<{ version: string }> {
98-
console.warn('getAppConfiguration is deprecated and will be removed in the future. '
99-
+ 'Use getAppNameAndVersion instead.');
100-
return this.getAppNameAndVersion();
101-
}
102-
10391
/**
10492
* Get the name of the connected app and the app version.
10593
* @returns An object with the name and version.

0 commit comments

Comments
 (0)