Skip to content

Commit

Permalink
docs: fix doc comment for LocalCoreState wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 19, 2024
1 parent d4c5d07 commit 91ad111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/core-sync-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import RemoteBitfield, {
* @typedef {object} LocalCoreState
* @property {number} have blocks we have
* @property {number} want unique blocks we want from any other peer
* @property {number} wanted blocks we want from this peer
* @property {number} wanted unique blocks any other peer wants from us
*/
/**
* @typedef {object} PeerNamespaceState
Expand Down

0 comments on commit 91ad111

Please sign in to comment.