Configurable local cluster native processors (#3676)

This commit is contained in:
Jack May
2019-04-08 11:15:58 -07:00
committed by GitHub
parent d45d8e9670
commit 44b391096d
4 changed files with 18 additions and 5 deletions

View File

@ -752,7 +752,7 @@ mod tests {
let fullnode_config = FullnodeConfig::default();
const NUM_NODES: usize = 1;
let cluster =
LocalCluster::new_with_config(&[999_990; NUM_NODES], 2_000_000, &fullnode_config);
LocalCluster::new_with_config(&[999_990; NUM_NODES], 2_000_000, &fullnode_config, &[]);
let drone_keypair = Keypair::new();
cluster.transfer(&cluster.funding_keypair, &drone_keypair.pubkey(), 1_000_000);