Skip to content

Commit 9c37a4b

Browse files
committed
Run the formatter
Reordering of reexports alphabetically by the formatter. No other changes.
1 parent 97e8906 commit 9c37a4b

File tree

12 files changed

+142
-143
lines changed

12 files changed

+142
-143
lines changed

types/src/v18/mod.rs

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -262,25 +262,24 @@ pub use crate::v17::{
262262
GetBlockchainInfo, GetBlockchainInfoError, GetChainTips, GetChainTxStats, GetChainTxStatsError,
263263
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolAncestors,
264264
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
265-
GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
266-
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
267-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
268-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
269-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
270-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
271-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
272-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
273-
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
274-
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock,
275-
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
276-
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
277-
ListWallets, LoadWallet, Locked, Logging, MapMempoolEntryError, MempoolAcceptance,
278-
MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError,
279-
PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction, RawTransactionError,
280-
RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction,
281-
SendToAddress, SetNetworkActive, SignFail, SignFailError, SignMessage, SignMessageWithPrivKey,
282-
SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept,
283-
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
284-
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
285-
WalletProcessPsbt, WitnessUtxo,
265+
GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfo,
266+
GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress,
267+
GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
268+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction,
269+
GetTransactionDetail, GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError,
270+
GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo,
271+
GetWalletInfoError, GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
272+
ListAddressGroupingsItem, ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem,
273+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
274+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
275+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
276+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, Logging,
277+
MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
278+
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
279+
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,
286285
};

types/src/v19/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@ pub use crate::v17::{
257257
GetBlockVerboseZero, GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount,
258258
GetDifficulty, GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo,
259259
GetNetTotals, GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError,
260-
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool,
261-
GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
262-
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
263-
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
264-
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
265-
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
266-
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
260+
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
261+
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
262+
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
263+
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
264+
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
265+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
266+
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
267267
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock,
268268
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
269269
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
@@ -277,8 +277,8 @@ pub use crate::v17::{
277277
#[doc(inline)]
278278
pub use crate::v18::{
279279
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
280-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
281-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
282-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
283-
GetPeerInfo, PeerInfo,
280+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
281+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
282+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
283+
UtxoUpdatePsbt,
284284
};

types/src/v20/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ pub use crate::{
252252
GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
253253
GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
254254
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
255-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
256-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
257-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
258-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
259-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
260-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
261-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
255+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
256+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
257+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
258+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
259+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
260+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
261+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
262262
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
263263
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
264264
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -272,10 +272,10 @@ pub use crate::{
272272
},
273273
v18::{
274274
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
275-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
276-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
277-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
278-
GetPeerInfo, PeerInfo,
275+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
276+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
277+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
278+
UtxoUpdatePsbt,
279279
},
280280
v19::{
281281
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v21/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,13 @@ pub use crate::{
254254
GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
255255
GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
256256
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
257-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
258-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
259-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
260-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
261-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
262-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
263-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
257+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
258+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
259+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
260+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
261+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
262+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
263+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
264264
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
265265
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
266266
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -274,10 +274,10 @@ pub use crate::{
274274
},
275275
v18::{
276276
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
277-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
278-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
279-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
280-
GetPeerInfo, PeerInfo,
277+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
278+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
279+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
280+
UtxoUpdatePsbt,
281281
},
282282
v19::{
283283
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v22/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ pub use crate::{
269269
GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
270270
GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
271271
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
272-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
273-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
274-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
275-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
276-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
277-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
278-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
272+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
273+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
274+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
275+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
276+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
277+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
278+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
279279
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
280280
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
281281
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -289,10 +289,10 @@ pub use crate::{
289289
},
290290
v18::{
291291
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
292-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
293-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
294-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
295-
GetPeerInfo, PeerInfo,
292+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
293+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
294+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
295+
UtxoUpdatePsbt,
296296
},
297297
v19::{
298298
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v23/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ pub use crate::{
284284
},
285285
v18::{
286286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
287-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
288-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
289-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
290-
GetPeerInfo, PeerInfo,
287+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
288+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
289+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
290+
UtxoUpdatePsbt,
291291
},
292292
v19::{
293293
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v24/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
289-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
290-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
291-
GetPeerInfo, PeerInfo,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
289+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
290+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
291+
UtxoUpdatePsbt,
292292
},
293293
v19::{
294294
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v25/mod.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ pub use crate::{
261261
GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
262262
GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
263263
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
264-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
265-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
266-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
267-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
268-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
269-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
270-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
264+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
265+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
266+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
267+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
268+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
269+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
270+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
271271
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
272272
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
273273
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, Locked,
@@ -280,10 +280,10 @@ pub use crate::{
280280
},
281281
v18::{
282282
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
283-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
284-
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
285-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
286-
GetPeerInfo, PeerInfo,
283+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetPeerInfo,
284+
GetReceivedByLabel, GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
285+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, PeerInfo,
286+
UtxoUpdatePsbt,
287287
},
288288
v19::{
289289
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

0 commit comments

Comments
 (0)