Skip to content

Commit

Permalink
fix(network): advertised_multiaddr dump
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanm-starkware committed Nov 13, 2024
1 parent e387fa2 commit 6466701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/papyrus_network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl SerializeConfig for NetworkConfig {
ParamPrivacyInput::Private,
)]);
config.extend(ser_optional_param(
&self.bootstrap_peer_multiaddr,
&self.advertised_multiaddr,
Multiaddr::empty(),
"advertised_multiaddr",
"The external address other peers see this node. If this is set, the node will not \
Expand Down

0 comments on commit 6466701

Please sign in to comment.