Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m0gliE committed Mar 31, 2014
1 parent 9098b24 commit 6b45b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/bitcoin/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def check_genesis_block(bitcoind, genesis_block_hash):
TX_EXPLORER_URL_PREFIX='http://fst.webboise.com/tx/',
SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
DUMB_SCRYPT_DIFF=2**16,
DUST_THRESHOLD=1e8,
DUST_THRESHOLD=0.03e8,
),

)
Expand Down

0 comments on commit 6b45b7f

Please sign in to comment.