We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192485b commit b809576Copy full SHA for b809576
1 file changed
packages/wdk/src/sequence/wallets.ts
@@ -376,7 +376,7 @@ export class Wallets {
376
weight: 0n,
377
}
378
if (!args.noSessionManager) {
379
- // FIXME: Calculate image hash with the identity signer
+ // Calculate image hash with the identity signer
380
const sessionManagerTopology = SessionConfig.emptySessionsTopology(loginSignerAddress)
381
// Store this tree in the state provider
382
const sessionConfigTree = SessionConfig.sessionsTopologyToConfigurationTree(sessionManagerTopology)
0 commit comments