CLI: Support offline fee payers (#8009) (#8164)

automerge
This commit is contained in:
mergify[bot]
2020-02-07 09:41:35 -08:00
committed by GitHub
parent 465d71a3a3
commit 235bd0a46b
6 changed files with 458 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
pub use solana_runtime::genesis_utils::{
create_genesis_config_with_leader, GenesisConfigInfo, BOOTSTRAP_VALIDATOR_LAMPORTS,
create_genesis_config_with_leader, create_genesis_config_with_leader_ex, GenesisConfigInfo,
BOOTSTRAP_VALIDATOR_LAMPORTS,
};
use solana_sdk::pubkey::Pubkey;