Skip to content

Commit 3223143

Browse files
committed
Resolve merge conflict
1 parent 78fb920 commit 3223143

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

integration_test/tests/blockchain.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -524,13 +524,6 @@ fn blockchain__scan_tx_out_set_modelled() {
524524
let _: ScanTxOutSetAbort = node.client.scan_tx_out_set_abort().expect("scantxoutset abort");
525525
}
526526

527-
#[test]
528-
fn blockchain__verify_tx_out_proof__modelled() {
529-
let node = Node::with_wallet(Wallet::Default, &[]);
530-
node.fund_wallet();
531-
verify_tx_out_proof(&node).unwrap();
532-
}
533-
534527
#[test]
535528
fn blockchain__verify_chain() {
536529
let node = Node::with_wallet(Wallet::None, &[]);

0 commit comments

Comments
 (0)