~ubuntu-branches/debian/stretch/electrum/stretch

« back to all changes in this revision

Viewing changes to lib/bitcoin.py

  • Committer: Package Import Robot
  • Author(s): Tristan Seligmann
  • Date: 2015-11-12 19:47:32 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20151112194732-djmlr6f32nncd5ul
Tags: 2.5.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
################################## transactions
32
32
 
33
 
DUST_THRESHOLD = 546
34
 
MIN_RELAY_TX_FEE = 1000
 
33
MIN_RELAY_TX_FEE = 5000
35
34
RECOMMENDED_FEE = 50000
36
35
COINBASE_MATURITY = 100
37
36
COIN = 100000000