Move CLI fee payer arg into clap-utils

This commit is contained in:
Trent Nelson
2020-09-21 18:12:52 -06:00
committed by Trent Nelson
parent 6cf74d1166
commit 89cab47011
5 changed files with 39 additions and 29 deletions

View File

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