minor fix
This commit is contained in:
parent
d7a22bd72e
commit
50be85bfbe
1 changed files with 2 additions and 0 deletions
|
@ -1715,7 +1715,9 @@ async def index(request):
|
||||||
revenue = float(revenue)/10**12
|
revenue = float(revenue)/10**12
|
||||||
fees = float(fees)/10**12
|
fees = float(fees)/10**12
|
||||||
inflation = 100*365*(revenue)/float(coin.supply)
|
inflation = 100*365*(revenue)/float(coin.supply)
|
||||||
|
supply = coin.supply + revenue
|
||||||
|
|
||||||
|
print('Date: ' + str(yesterday))
|
||||||
print('Success: ' + str(success))
|
print('Success: ' + str(success))
|
||||||
print('Errors: ' + str(errors))
|
print('Errors: ' + str(errors))
|
||||||
print('Blocksize: ' + str(blocksize))
|
print('Blocksize: ' + str(blocksize))
|
||||||
|
|
Loading…
Reference in a new issue