public_addresses can't be set via env var or command line #5260
Labels
A-base_node
Area - The Tari base node executable and libraries
A-wallet
Area - related to the wallet
C-enhancement
Category - New feature or request
Describe the bug
public_addresses
can't be set via env var or command line. There need to be a custom deserializer (similar topeer_seeds
) to supportVec
. Also in theconfig.toml
are still places with public_address which needs to be changed topublic_addresses
. It's currently done only in the base node section.Expected behavior
Probably a comma separated values as in
peer_seeds
.The text was updated successfully, but these errors were encountered: