Advertise node software version in gossip (#9981)
* Advertise node version in gossip * Remove solana_clap_utils::version! macro
This commit is contained in:
@@ -38,7 +38,7 @@ struct Config {
|
||||
fn get_config() -> Config {
|
||||
let matches = App::new(crate_name!())
|
||||
.about(crate_description!())
|
||||
.version(solana_clap_utils::version!())
|
||||
.version(solana_version::version!())
|
||||
.after_help("ADDITIONAL HELP:
|
||||
To receive a Slack, Discord and/or Telegram notification on sanity failure,
|
||||
define environment variables before running `solana-watchtower`:
|
||||
|
Reference in New Issue
Block a user