Skip to content

Commit c4cd67c

Browse files
committed
Remove redundant v29 type
`network::GetNetworkInfo` changed in v28 and was redefined. It was then defined again in v29, an exact copy and paste from v28. Remove the redundant v29 definition and reexport from v28.
1 parent cd12639 commit c4cd67c

File tree

2 files changed

+1
-80
lines changed

2 files changed

+1
-80
lines changed

types/src/v29/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@
253253
254254
mod blockchain;
255255
mod mining;
256-
mod network;
257256
mod util;
258257

259258
#[doc(inline)]
@@ -268,7 +267,6 @@ pub use self::{
268267
BlockTemplateTransaction, GetMiningInfo, GetMiningInfoError, NextBlockInfo,
269268
NextBlockInfoError,
270269
},
271-
network::GetNetworkInfo,
272270
util::GetDescriptorInfo,
273271
};
274272
#[doc(inline)]
@@ -332,4 +330,5 @@ pub use crate::{
332330
SubmitPackage, SubmitPackageError, SubmitPackageTxResult, SubmitPackageTxResultError,
333331
SubmitPackageTxResultFees, SubmitPackageTxResultFeesError,
334332
},
333+
v28::GetNetworkInfo,
335334
};

types/src/v29/network.rs

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)