Skip to content

Commit

Permalink
Fixed example text
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Jan 31, 2024
1 parent 745763d commit 0897961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/nodeconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ nano::error nano::node_config::serialize_toml (nano::tomlconfig & toml) const
preconfigured_peers_l->push_back (*i);
}

auto blocked_peers_l (toml.create_array ("blocked_peers", "A list of \"address\" (ipv4 or ipv6 notation ip address) that you want to ignore all requests from. \nExample: [\"192.168.0.1\",\"::ffff:10.0.0.1]\""));
auto blocked_peers_l (toml.create_array ("blocked_peers", "A list of \"address\" (ipv4 or ipv6 notation ip address) that you want to ignore all requests from. \nExample: [\"192.168.0.1\",\"::ffff:10.0.0.1\"]"));

auto preconfigured_representatives_l (toml.create_array ("preconfigured_representatives", "A list of representative account addresses used when creating new accounts in internal wallets."));
for (auto i (preconfigured_representatives.begin ()), n (preconfigured_representatives.end ()); i != n; ++i)
Expand Down

0 comments on commit 0897961

Please sign in to comment.