Skip to content

Commit 5b3fbcd

Browse files
committed
Run the formatter
1 parent c84e07d commit 5b3fbcd

File tree

14 files changed

+51
-44
lines changed

14 files changed

+51
-44
lines changed

types/src/model/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ pub use self::{
4343
ConvertToPsbt, CreatePsbt, CreateRawTransaction, DecodePsbt, DecodeRawTransaction,
4444
DecodeScript, DescriptorProcessPsbt, FinalizePsbt, FundRawTransaction, GetRawTransaction,
4545
GetRawTransactionVerbose, JoinPsbts, MempoolAcceptance, MempoolAcceptanceFees,
46-
SendRawTransaction, SignFail, SignRawTransaction, SubmitPackage, SubmitPackageTxResult,
47-
SubmitPackageTxResultFees, TestMempoolAccept, UtxoUpdatePsbt, SignRawTransactionWithKey,
46+
SendRawTransaction, SignFail, SignRawTransaction, SignRawTransactionWithKey, SubmitPackage,
47+
SubmitPackageTxResult, SubmitPackageTxResultFees, TestMempoolAccept, UtxoUpdatePsbt,
4848
},
4949
util::{
5050
CreateMultisig, DeriveAddresses, DeriveAddressesMultipath, EstimateSmartFee,
@@ -61,7 +61,7 @@ pub use self::{
6161
ListReceivedByLabel, ListReceivedByLabelItem, ListSinceBlock, ListTransactions,
6262
ListUnspent, ListUnspentItem, ListWallets, LoadWallet, PsbtBumpFee, RescanBlockchain,
6363
ScriptType, Send, SendAll, SendMany, SendManyVerbose, SendToAddress, SignMessage,
64-
SimulateRawTransaction, TransactionCategory, TransactionItem, UnloadWallet,
65-
WalletCreateFundedPsbt, WalletDisplayAddress, WalletProcessPsbt, SignRawTransactionWithWallet,
64+
SignRawTransactionWithWallet, SimulateRawTransaction, TransactionCategory, TransactionItem,
65+
UnloadWallet, WalletCreateFundedPsbt, WalletDisplayAddress, WalletProcessPsbt,
6666
},
6767
};

types/src/v17/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ pub use self::{
264264
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
265265
MempoolAcceptance, PsbtInput, PsbtInputError, PsbtOutput, PsbtOutputError,
266266
SendRawTransaction, SignFail, SignFailError, SignRawTransaction, SignRawTransactionError,
267-
TestMempoolAccept, SignRawTransactionWithKey,
267+
SignRawTransactionWithKey, TestMempoolAccept,
268268
},
269269
util::{
270270
CreateMultisig, CreateMultisigError, EstimateSmartFee, SignMessageWithPrivKey,
@@ -283,9 +283,9 @@ pub use self::{
283283
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
284284
ListTransactions, ListUnspent, ListUnspentItem, ListUnspentItemError, ListWallets,
285285
LoadWallet, LockUnspent, RescanBlockchain, ScriptType, SendMany, SendToAddress, SetTxFee,
286-
SignMessage, TransactionCategory, TransactionItem, TransactionItemError,
287-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
288-
SignRawTransactionWithWallet,
286+
SignMessage, SignRawTransactionWithWallet, TransactionCategory, TransactionItem,
287+
TransactionItemError, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
288+
WalletProcessPsbt,
289289
},
290290
zmq::GetZmqNotifications,
291291
};

types/src/v18/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ pub use crate::v17::{
281281
PsbtScript, RawTransaction, RawTransactionError, RawTransactionInput, RawTransactionOutput,
282282
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
283283
SetTxFee, SignFail, SignFailError, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
284-
SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept, TransactionCategory,
285-
TransactionItem, TransactionItemError, UploadTarget, ValidateAddress, ValidateAddressError,
286-
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
287-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
288-
SignRawTransactionWithKey, SignRawTransactionWithWallet,
284+
SignRawTransactionError, SignRawTransactionWithKey, SignRawTransactionWithWallet, Softfork,
285+
SoftforkReject, TestMempoolAccept, TransactionCategory, TransactionItem, TransactionItemError,
286+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
287+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
288+
WitnessUtxo,
289289
};

types/src/v19/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ pub use crate::v17::{
275275
LockUnspent, Locked, Logging, NumericError, PruneBlockchain, RawTransactionError,
276276
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType, SendMany,
277277
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
278-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
279-
TestMempoolAccept, TransactionCategory, TransactionItem, TransactionItemError, UploadTarget,
280-
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
281-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
282-
SignRawTransactionWithKey, SignRawTransactionWithWallet,
278+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SignRawTransactionWithKey,
279+
SignRawTransactionWithWallet, SoftforkReject, TestMempoolAccept, TransactionCategory,
280+
TransactionItem, TransactionItemError, UploadTarget, ValidateAddress, ValidateAddressError,
281+
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
282+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
283283
};
284284
#[doc(inline)]
285285
pub use crate::v18::{

types/src/v20/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ pub use crate::{
270270
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
271271
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
272272
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
273-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
274-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
275-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
276-
WitnessUtxo, SignRawTransactionWithKey, SignRawTransactionWithWallet,
273+
SignRawTransactionError, SignRawTransactionWithKey, SignRawTransactionWithWallet,
274+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
275+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
276+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
277277
},
278278
v18::{
279279
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v21/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ pub use crate::{
286286
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
287287
RescanBlockchain, ScriptType, SendRawTransaction, SendToAddress, SetNetworkActive,
288288
SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
289-
SoftforkReject, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError,
290-
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
291-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
292-
SignRawTransactionWithKey, SignRawTransactionWithWallet,
289+
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
290+
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
291+
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
292+
WalletProcessPsbt, WitnessUtxo,
293293
},
294294
v18::{
295295
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v22/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,11 @@ pub use crate::{
287287
LoadWallet, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
288288
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
289289
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
290-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
290+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
291+
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
291292
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
292293
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
293-
WalletProcessPsbt, WitnessUtxo, SignRawTransactionWithKey, SignRawTransactionWithWallet,
294+
WalletProcessPsbt, WitnessUtxo,
294295
},
295296
v18::{
296297
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v23/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,11 @@ pub use crate::{
289289
LoadWallet, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
290290
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
291291
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
292-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
292+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
293+
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
293294
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
294295
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
295-
WalletProcessPsbt, WitnessUtxo, SignRawTransactionWithKey, SignRawTransactionWithWallet,
296+
WalletProcessPsbt, WitnessUtxo,
296297
},
297298
v18::{
298299
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v24/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,11 @@ pub use crate::{
288288
LoadWallet, LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
289289
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
290290
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
291-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
291+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
292+
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
292293
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
293294
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
294-
WalletProcessPsbt, WitnessUtxo, SignRawTransactionWithKey, SignRawTransactionWithWallet,
295+
WalletProcessPsbt, WitnessUtxo,
295296
},
296297
v18::{
297298
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v25/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,11 @@ pub use crate::{
283283
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
284284
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
285285
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
286-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
286+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
287+
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
287288
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
288289
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
289-
WalletProcessPsbt, WitnessUtxo, SignRawTransactionWithKey, SignRawTransactionWithWallet,
290+
WalletProcessPsbt, WitnessUtxo,
290291
},
291292
v18::{
292293
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)