Merge pull request #3425 from stacks-network/fix/miner-test-peer-config-fix

Fix/miner test peer config fix
This commit is contained in:
Jude Nelson
2022-12-04 18:44:37 +00:00
committed by GitHub

View File

@@ -11137,11 +11137,8 @@ pub mod test {
)
.unwrap();
let mut peer_config = TestPeerConfig::new(
"test_build_anchored_blocks_stx_transfers_single",
2002,
2003,
);
let mut peer_config =
TestPeerConfig::new("test_fee_order_mismatch_nonce_order", 2002, 2003);
peer_config.initial_balances = vec![(addr.to_account_principal(), 1000000000)];
let mut peer = TestPeer::new(peer_config);