Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jan 7, 2025
1 parent 5b9e514 commit 20a487c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/wasm/src/view-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export class ViewServer implements ViewServerInterface {
return new this(wvs, fullViewingKey, getStoredTree, idbConstants);
}

// Decrypts blocks with viewing key for notes, swaps, and updates revealed for user
// Makes update to internal state-commitment-tree as a side effect.
// Should extract updates via this.flushUpdates().
// Trial decrypts a chunk of state payloads in the genesis block.
async trialDecryptGenesisChunk(
start: bigint,
partialCompactBlock: CompactBlock,
Expand Down

0 comments on commit 20a487c

Please sign in to comment.