From c34d33256e399afeafcd5f639a72880c359ea948 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 11:20:25 +0200 Subject: [PATCH] Replace tabs with spaces --- source/components/sensor.bitcoin.markdown | 45 +++++++++++------------ 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/source/components/sensor.bitcoin.markdown b/source/components/sensor.bitcoin.markdown index 78004794067..00f44a15eef 100644 --- a/source/components/sensor.bitcoin.markdown +++ b/source/components/sensor.bitcoin.markdown @@ -54,27 +54,26 @@ Configuration variables: - **wallet** (*Optional*): This is your wallet identifier from https://blockchain.info to access the online wallet. - **password** (*Optional*): Password for your online wallet. - **currency** (*Optional*): The currency to exchange to, eg. CHF, USD, EUR, etc. Default is USD. - -- **display_options** array: Options to display in the frontend. - - **exchangerate**: Exchange rate of 1 BTC - - **trade_volume_btc**: Trade volume - - **miners_revenue_usd**: Miners revenue - - **btc_mined**: BTC mined - - **trade_volume_usd**: Trade volume in USD - - **difficulty**: Difficulty - - **minutes_between_blocks**: Time between blocks in minutes - - **number_of_transactions**: Number of transactions - - **hash_rate**: Hash rate in PH/s - - **timestamp**: Timestamp - - **mined_blocks**: Minded Blocks - - **blocks_size**: Block size - - **total_fees_btc**: Total fees in BTC - - **total_btc_sent**: Total sent in BTC - - **estimated_btc_sent**: Estimated sent in BTC - - **total_btc**: Total of BTC - - **total_blocks**: Total Blocks - - **next_retarget**: Next retarget - - **estimated_transaction_volume_usd**: Estimated transaction volume in BTC - - **miners_revenue_btc**: Miners revenue in BTC - - **market_price_usd**: Market price in USD +- **display_options** array (*Required*): Options to display in the frontend. + - **exchangerate**: Exchange rate of 1 BTC + - **trade_volume_btc**: Trade volume + - **miners_revenue_usd**: Miners revenue + - **btc_mined**: BTC mined + - **trade_volume_usd**: Trade volume in USD + - **difficulty**: Difficulty + - **minutes_between_blocks**: Time between blocks in minutes + - **number_of_transactions**: Number of transactions + - **hash_rate**: Hash rate in PH/s + - **timestamp**: Timestamp + - **mined_blocks**: Minded Blocks + - **blocks_size**: Block size + - **total_fees_btc**: Total fees in BTC + - **total_btc_sent**: Total sent in BTC + - **estimated_btc_sent**: Estimated sent in BTC + - **total_btc**: Total of BTC + - **total_blocks**: Total Blocks + - **next_retarget**: Next retarget + - **estimated_transaction_volume_usd**: Estimated transaction volume in BTC + - **miners_revenue_btc**: Miners revenue in BTC + - **market_price_usd**: Market price in USD