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:
parent
8d42c23026
commit
379fef17de
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user