Skip to content

Commit

Permalink
retainPeerId defaults to true
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Sep 27, 2023
1 parent 58f5fe7 commit eb1e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/options/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const defaultP2POptions: P2POptions = {
enrHost: "127.0.0.1",
enrPort: 4337,
bootEnrs: [],
retainPeerId: false,
retainPeerId: true,
};

0 comments on commit eb1e8de

Please sign in to comment.