Skip to content

Commit 52e1b53

Browse files
committed
Format code
1 parent 8a72e1f commit 52e1b53

File tree

14 files changed

+30
-30
lines changed

14 files changed

+30
-30
lines changed

client/src/client_sync/v17/wallet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ macro_rules! impl_client_v17__set_hd_seed {
605605
}
606606
}
607607
}
608-
}
608+
};
609609
}
610610

611611
/// Implements Bitcoin Core JSON-RPC API method `settxfee`

types/src/v17/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ pub use self::{
284284
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
285285
ListTransactionsItem, ListTransactionsItemError, ListUnspent, ListUnspentItem,
286286
ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, RescanBlockchain, SendMany,
287-
SendToAddress, SignMessage, TransactionCategory, WalletCreateFundedPsbt,
288-
WalletCreateFundedPsbtError, WalletProcessPsbt, SetTxFee,
287+
SendToAddress, SetTxFee, SignMessage, TransactionCategory, WalletCreateFundedPsbt,
288+
WalletCreateFundedPsbtError, 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
@@ -277,9 +277,9 @@ pub use crate::v17::{
277277
Logging, MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
278278
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
279279
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
280-
SendRawTransaction, SendToAddress, SetNetworkActive, SignFail, SignFailError, SignMessage,
281-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject,
282-
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError,
283-
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
280+
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignFail, SignFailError,
281+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork,
282+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
283+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
285285
};

types/src/v19/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ pub use crate::v17::{
277277
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet,
278278
LockUnspent, Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
279279
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
280-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
280+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
281281
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
282282
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
283-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
283+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284284
};
285285
#[doc(inline)]
286286
pub use crate::v18::{

types/src/v20/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ pub use crate::{
269269
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
270270
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
271271
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
272-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
272+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
273273
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
274274
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
275275
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
276-
WitnessUtxo, SetTxFee,
276+
WitnessUtxo,
277277
},
278278
v18::{
279279
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v21/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ pub use crate::{
273273
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
274274
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
275275
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
276-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
276+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
277277
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
278278
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
279279
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
280-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
280+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
281281
},
282282
v18::{
283283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v22/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ pub use crate::{
283283
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
284284
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
285285
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
286-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
286+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
287287
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
288288
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
289289
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
290-
WitnessUtxo, SetTxFee,
290+
WitnessUtxo,
291291
},
292292
v18::{
293293
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v23/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ pub use crate::{
282282
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
283283
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
284284
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
285-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
285+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
286286
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
287287
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
288288
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
289-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
289+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
290290
},
291291
v18::{
292292
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v24/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ pub use crate::{
284284
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
285285
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
286286
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
287-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
287+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
288288
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
289289
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
290290
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
291-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
291+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
292292
},
293293
v18::{
294294
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v25/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ pub use crate::{
277277
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
278278
ListTransactionsItemError, ListUnspentItemError, ListWallets, LockUnspent, Locked,
279279
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
280-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
280+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
281281
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
282282
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
283283
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
284+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)