Skip to content

Commit

Permalink
docs: fix doc comment for LocalCoreState wanted (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Sep 19, 2024
1 parent 463ef73 commit 90e91ef
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 90e91ef

Please sign in to comment.