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

Move macro call #46

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration_test/tests/v28_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ use integration_test::*;
mod blockchain {
use super::*;

impl_test_v17__getblockchaininfo!();
impl_test_v17__getbestblockhash!();
impl_test_v17__getblock_verbosity_0!();
impl_test_v17__getblock_verbosity_1!();
impl_test_v17__getblockchaininfo!();
}

// == Control ==
Expand Down
Loading