Skip to content

Commit

Permalink
Add comment for migratable key
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Jun 12, 2024
1 parent 3bd7214 commit 2bd11ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TorusServiceProvider extends ServiceProviderBase {

public torusKey: TorusKey;

public migratableKey: BN | null = null;
public migratableKey: BN | null = null; // Migration of key from SFA to tKey

customAuthArgs: CustomAuthArgs;

Expand Down

0 comments on commit 2bd11ad

Please sign in to comment.