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

Commit 35fc06a

Browse files
committed
f client_sync v27 -> v28 changes
1 parent 383c1cf commit 35fc06a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/client_sync/v28.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: CC0-1.0
22

3-
//! A JSON-RPC client for testing against Bitcoin Core `v27`.
3+
//! A JSON-RPC client for testing against Bitcoin Core `v28`.
44
//!
55
//! We ignore option arguments unless they effect the shape of the returned JSON data.
66
@@ -10,7 +10,7 @@ use bitcoin::{Amount, Block, BlockHash, Txid};
1010
use crate::client_sync::{handle_defaults, into_json};
1111
use crate::json::v28::*;
1212

13-
crate::define_jsonrpc_minreq_client!("v27");
13+
crate::define_jsonrpc_minreq_client!("v28");
1414

1515
// == Blockchain ==
1616
crate::impl_client_v17__getblockchaininfo!();
@@ -26,7 +26,7 @@ crate::impl_client_v17__generatetoaddress!();
2626

2727
// == Network ==
2828
crate::impl_client_v17__getnetworkinfo!();
29-
crate::impl_client_check_expected_server_version!({ [270000, 270100] });
29+
crate::impl_client_check_expected_server_version!({ [280000] });
3030

3131
// == Rawtransactions ==
3232
crate::impl_client_v17__sendrawtransaction!();

0 commit comments

Comments
 (0)