Skip to content

Commit ab928fa

Browse files
committed
Format code
1 parent 9bb863c commit ab928fa

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

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
@@ -267,11 +267,11 @@ pub use crate::{
267267
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
268268
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
269269
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
270-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
270+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
271271
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
272272
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
273273
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
274-
WitnessUtxo, SetTxFee,
274+
WitnessUtxo,
275275
},
276276
v18::{
277277
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,

types/src/v26/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ pub use crate::{
298298
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
299299
ListTransactionsItemError, ListUnspentItemError, ListWallets, LockUnspent, Locked,
300300
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
301-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
301+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
302302
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
303303
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
304304
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
305-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetTxFee,
305+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
306306
},
307307
v18::{
308308
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)