Update coins.py (#477)

Updated TX_PER_BLOCK to 2018 YTD average.  Updated total transactions to a more recent block.
This commit is contained in:
SuBPaR42 2018-05-26 10:39:08 -05:00 committed by Neil
parent 8d42c23026
commit 379fef17de

View File

@ -421,9 +421,9 @@ class BitcoinCash(BitcoinMixin, Coin):
class BitcoinSegwit(BitcoinMixin, Coin): class BitcoinSegwit(BitcoinMixin, Coin):
NAME = "BitcoinSegwit" NAME = "BitcoinSegwit"
DESERIALIZER = lib_tx.DeserializerSegWit DESERIALIZER = lib_tx.DeserializerSegWit
TX_COUNT = 217380620 TX_COUNT = 318337769
TX_COUNT_HEIGHT = 464000 TX_COUNT_HEIGHT = 524213
TX_PER_BLOCK = 1800 TX_PER_BLOCK = 1400
PEERS = [ PEERS = [
'btc.smsys.me s995', 'btc.smsys.me s995',
'E-X.not.fyi s t', 'E-X.not.fyi s t',