Skip to content

Commit e9575cd

Browse files
committed
Run the formatter
Run just fmt. No other changes
1 parent f6a8124 commit e9575cd

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

types/src/v29/mining/into.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// SPDX-License-Identifier: CC0-1.0
22

3-
use bitcoin::{
4-
consensus, CompactTarget, SignedAmount, Target, Transaction, Txid, Weight,
5-
Wtxid,
6-
};
3+
use bitcoin::{consensus, CompactTarget, SignedAmount, Target, Transaction, Txid, Weight, Wtxid};
74

85
use super::{
9-
BlockTemplateTransaction, BlockTemplateTransactionError, GetMiningInfo, GetMiningInfoError, NextBlockInfo, NextBlockInfoError,
6+
BlockTemplateTransaction, BlockTemplateTransactionError, GetMiningInfo, GetMiningInfoError,
7+
NextBlockInfo, NextBlockInfoError,
108
};
119
use crate::model;
1210

types/src/v29/mining/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ mod into;
99

1010
use serde::{Deserialize, Serialize};
1111

12-
pub use self::error::{
13-
BlockTemplateTransactionError, GetMiningInfoError, NextBlockInfoError,
14-
};
12+
pub use self::error::{BlockTemplateTransactionError, GetMiningInfoError, NextBlockInfoError};
1513

1614
/// Contents of non-coinbase transactions that should be included in the next block.
1715
///

types/src/v29/mod.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ pub use self::{
265265
SpendActivity,
266266
},
267267
mining::{
268-
BlockTemplateTransaction, GetMiningInfo,
269-
GetMiningInfoError, NextBlockInfo, NextBlockInfoError,
268+
BlockTemplateTransaction, GetMiningInfo, GetMiningInfoError, NextBlockInfo,
269+
NextBlockInfoError,
270270
},
271271
network::GetNetworkInfo,
272272
util::GetDescriptorInfo,
@@ -283,11 +283,11 @@ pub use crate::{
283283
GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
284284
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
285285
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockStats,
286-
GetBlockStatsError, GetBlockVerboseZero, GetChainTips, GetChainTxStats,
287-
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
288-
GetMempoolInfo, GetMempoolInfoError, GetNetTotals, GetNetworkInfoAddress,
289-
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetPeerInfo,
290-
GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
286+
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseZero,
287+
GetChainTips, GetChainTxStats, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
288+
GetMemoryInfoStats, GetMempoolInfo, GetMempoolInfoError, GetNetTotals,
289+
GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress,
290+
GetPeerInfo, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
291291
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
292292
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
293293
GetTxOut, GetTxOutError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
@@ -302,7 +302,7 @@ pub use crate::{
302302
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
303303
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
304304
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
305-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, GetBlockTemplate, GetBlockTemplateError,
305+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
306306
},
307307
v18::{
308308
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)