Skip to content

Commit e071183

Browse files
committed
Format code changes
1 parent 9753048 commit e071183

File tree

13 files changed

+48
-46
lines changed

13 files changed

+48
-46
lines changed

types/src/v17/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pub use self::{
255255
network::{
256256
AddedNode, AddedNodeAddress, Banned, GetAddedNodeInfo, GetConnectionCount, GetNetTotals,
257257
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
258-
GetPeerInfo, ListBanned, PeerInfo, UploadTarget, SetNetworkActive,
258+
GetPeerInfo, ListBanned, PeerInfo, SetNetworkActive, UploadTarget,
259259
},
260260
raw_transactions::{
261261
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreatePsbt, CreateRawTransaction,

types/src/v18/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ pub use crate::v17::{
270270
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PeerInfo,
271271
PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction, RawTransactionError,
272272
RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction,
273-
SendToAddress, SignFail, SignFailError, SignMessage, SignMessageWithPrivKey,
273+
SendToAddress, SetNetworkActive, SignFail, SignFailError, SignMessage, SignMessageWithPrivKey,
274274
SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept,
275275
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
276276
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
277-
WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
277+
WalletProcessPsbt, WitnessUtxo,
278278
};

types/src/v19/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ pub use crate::v17::{
267267
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
268268
ListWallets, LoadWallet, Locked, Logging, PeerInfo, PruneBlockchain, RawTransactionError,
269269
RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction,
270-
SendToAddress, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
270+
SendToAddress, SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
271271
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
272272
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
273-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
273+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
274274
};
275275
#[doc(inline)]
276276
pub use crate::v18::{

types/src/v20/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ pub use crate::{
260260
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
261261
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, PeerInfo,
262262
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
263-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SignMessage,
264-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
265-
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
263+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
264+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
265+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
266266
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
267-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
267+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
268268
},
269269
v18::{
270270
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v21/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ pub use crate::{
266266
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
267267
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, PeerInfo,
268268
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
269-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SignMessage,
270-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
271-
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
269+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
270+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
271+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
272272
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
273-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
273+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
274274
},
275275
v18::{
276276
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v22/mod.rs

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

types/src/v23/mod.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,11 @@ pub use crate::{
276276
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
277277
LoadWallet, Locked, PeerInfo, PruneBlockchain, RawTransactionError, RawTransactionInput,
278278
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
279-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
280-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
281-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
282-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
279+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
280+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
281+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
282+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
283+
WitnessUtxo,
283284
},
284285
v18::{
285286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v24/mod.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,11 @@ pub use crate::{
277277
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
278278
LoadWallet, Locked, PeerInfo, PruneBlockchain, RawTransactionError, RawTransactionInput,
279279
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
280-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
281-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
282-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
283-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
280+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
281+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
282+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
283+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
284+
WitnessUtxo,
284285
},
285286
v18::{
286287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v25/mod.rs

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

types/src/v26/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ pub use crate::{
293293
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
294294
ListTransactionsItemError, ListUnspentItemError, ListWallets, Locked, PeerInfo,
295295
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
296-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SignMessage,
297-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
298-
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
296+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
297+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
298+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
299299
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
300-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, SetNetworkActive,
300+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
301301
},
302302
v18::{
303303
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)