Skip to content

Commit 93ed34f

Browse files
committed
Run the formatter
Reordering of reexports only.
1 parent 0132f7a commit 93ed34f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

types/src/v27/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ pub use crate::{
291291
},
292292
v18::{
293293
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
294-
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel,
295-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
296-
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
294+
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel, ImportMulti,
295+
ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError,
296+
ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
297297
},
298298
v19::{
299299
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalancesMine,

types/src/v28/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ pub use crate::{
304304
},
305305
v18::{
306306
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
307-
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel,
308-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
309-
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
307+
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel, ImportMulti,
308+
ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError,
309+
ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
310310
},
311311
v19::{
312312
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalancesMine,
@@ -344,5 +344,5 @@ pub use crate::{
344344
GetTxOutSetInfo, GetTxOutSetInfoError, LastProcessedBlock, LastProcessedBlockError,
345345
LoadTxOutSet, LoadTxOutSetError, LoadWallet, PeerInfo, UnloadWallet,
346346
},
347-
v27::{GetNodeAddresses, NodeAddress, GetPrioritisedTransactions, PrioritisedTransaction},
347+
v27::{GetNodeAddresses, GetPrioritisedTransactions, NodeAddress, PrioritisedTransaction},
348348
};

types/src/v29/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ pub use crate::{
302302
},
303303
v18::{
304304
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
305-
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel,
306-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
307-
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
305+
AnalyzePsbtInputMissingError, DeriveAddresses, GetReceivedByLabel, ImportMulti,
306+
ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError,
307+
ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
308308
},
309309
v19::{
310310
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalancesMine,
@@ -342,7 +342,7 @@ pub use crate::{
342342
LastProcessedBlock, LastProcessedBlockError, LoadTxOutSet, LoadTxOutSetError, LoadWallet,
343343
PeerInfo, UnloadWallet,
344344
},
345-
v27::{GetNodeAddresses, NodeAddress, GetPrioritisedTransactions, PrioritisedTransaction},
345+
v27::{GetNodeAddresses, GetPrioritisedTransactions, NodeAddress, PrioritisedTransaction},
346346
v28::{
347347
GetNetworkInfo, GetTransaction, Logging, SubmitPackage, SubmitPackageError,
348348
SubmitPackageTxResult, SubmitPackageTxResultError, SubmitPackageTxResultFees,

0 commit comments

Comments
 (0)