Skip to content

Commit fac2a23

Browse files
committed
more review club summary fixups
1 parent 7e7371f commit fac2a23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/en/newsletters/2023-02-08-newsletter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ improve outbound peer selection.
8585
q2="How can a node currently get stuck with only unreachable addresses
8686
in `AddrMan`, finding no outbound peers? How does this PR fix it?"
8787
a2="If the `-onlynet` configuration changes. For example, suppose the
88-
node has always been run with `-onlynet=ipv4` so its AddMan has
89-
no ipv6 addresses. Then the node is restarted with `-onlynet=onion`.
90-
The fixed seeds have some onion addresses, but without the PR, the node
88+
node has always been run with `-onlynet=onion` so its `AddrMan` has
89+
no I2P addresses. Then the node is restarted with `-onlynet=i2p`.
90+
The fixed seeds have some i2p addresses, but without the PR, the node
9191
won't use them since the `AddrMan` isn't _completely_ empty (it has some
92-
ipv4 addresses from before). With the PR, the startup code will add
93-
some onion fixed seeds, since `AddrMan` doesn't contain any addresses
92+
onion addresses from before). With the PR, the startup code will add
93+
some i2p fixed seeds, since `AddrMan` contains zero addresses
9494
of _that_ (now reachable) network type.
9595
a2link="https://bitcoincore.reviews/26847#l-98"
9696

0 commit comments

Comments
 (0)