We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fb920 commit 3223143Copy full SHA for 3223143
integration_test/tests/blockchain.rs
@@ -524,13 +524,6 @@ fn blockchain__scan_tx_out_set_modelled() {
524
let _: ScanTxOutSetAbort = node.client.scan_tx_out_set_abort().expect("scantxoutset abort");
525
}
526
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
-
534
#[test]
535
fn blockchain__verify_chain() {
536
let node = Node::with_wallet(Wallet::None, &[]);
0 commit comments