Skip to content

Commit

Permalink
Enable v2 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Nov 22, 2024
1 parent d746bfe commit c94cfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/tests/round_trips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ fn regtest_handshake() {

let exe_path = bitcoind::exe_path().unwrap();
let mut conf = bitcoind::Conf::default();
conf.args = vec!["-v2transport=1", "-regtest"];
conf.p2p = bitcoind::P2P::Yes;
let bitcoind = bitcoind::BitcoinD::with_conf(exe_path, &conf).unwrap();

Expand Down

0 comments on commit c94cfd4

Please sign in to comment.