Create a constant for 100000000 and use it
Use same name as is in bitcoind. Note that one of the constants in text.py had the wrong number of zeroes previously...
This commit is contained in:
@@ -36,7 +36,7 @@ import shutil
|
||||
|
||||
from util import *
|
||||
|
||||
bitcoin = lambda v: v * 100000000
|
||||
bitcoin = lambda v: v * COIN
|
||||
|
||||
def IconButton(filename, parent=None):
|
||||
pixmap = QPixmap(filename)
|
||||
|
||||
Reference in New Issue
Block a user