Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 4979de3

Browse files
committed
f Fix integration test import
1 parent 49ce68e commit 4979de3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

integration_test/src/v28/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// SPDX-License-Identifier: CC0-1.0
2+
3+
//! Macros for implementing test methods on a JSON-RPC client for `bitcoind v28.0`.
4+
5+
pub mod raw_transactions;

integration_test/src/v28/raw_transactions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//! API docs of `bitcoind v28.0`.
77
88
/// Requires `Client` to be in scope
9-
#[macro_export]
10-
macro_rules! impl_test_v17__sendrawtransaction {
9+
#[macro_export] macro_rules! impl_test_v28__submitpackage {
1110
() => {
1211
#[test]
1312
fn submitpackage() {

0 commit comments

Comments
 (0)