Skip to content

Commit

Permalink
App configurations for Win10
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlikhutkaBohdan committed Jun 11, 2021
1 parent 42d0ab7 commit e5bbf92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
Binary file added _pysha3.cp38-win_amd64.pyd
Binary file not shown.
Empty file modified _pysha3.cpython-38-darwin.so
100755 → 100644
Empty file.
7 changes: 5 additions & 2 deletions keygen/crypto_coin_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ def get_available_currencies():

@staticmethod
def get_default_available_currencies():
return ['BTC', 'BCH', 'CLUB', 'DASH', 'LTC', 'ETH', 'BSV', 'DOGE', 'XRP', 'XMR', 'BNB', 'EOS', 'POTE', 'WAVES',
'USDT', 'ADA']
return ['BTC', 'BCH', 'LTC', 'DOGE', 'ETH']

# @staticmethod
# def get_default_available_currencies():
# return [ 'DASH', 'BSV', 'XRP', 'XMR', 'BNB', 'EOS', 'POTE', 'ADA'] # For the next release.

@staticmethod
def get_coin_service(currency):
Expand Down
Empty file modified main.py
100755 → 100644
Empty file.
6 changes: 0 additions & 6 deletions test.py

This file was deleted.

0 comments on commit e5bbf92

Please sign in to comment.