Use singleGossip for program deployment

This commit is contained in:
Michael Vines
2021-01-01 23:09:45 -08:00
parent 5affd8aa72
commit c63e14dd0e
3 changed files with 19 additions and 11 deletions

View File

@ -1939,7 +1939,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
.takes_value(false)
.help("Use the designated program id, even if the account already holds a large balance of SOL")
)
.arg(commitment_arg_with_default("max")),
.arg(commitment_arg_with_default("singleGossip")),
)
.subcommand(
SubCommand::with_name("pay")