Cli: promote commitment to a global arg + config.yml (#14684) (#14698)

* Make commitment a global arg

* Add commitment to solana/cli/config.yml

* Fixup a couple Display/Verbose bugs

(cherry picked from commit a7086a0f83)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
mergify[bot]
2021-01-20 18:04:25 +00:00
committed by GitHub
parent a2ce22f11b
commit 459ae81655
11 changed files with 153 additions and 102 deletions

View File

@@ -23,7 +23,6 @@ impl std::fmt::Debug for DisplayError {
}
}
pub mod commitment;
pub mod fee_payer;
pub mod input_parsers;
pub mod input_validators;