Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshutyagi committed Mar 25, 2019
1 parent 98ef778 commit 3014723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python_sdk_demo/app.py
Expand Up @@ -9,7 +9,7 @@
from silasdk import Transaction


app1=App("sandbox",'26230D5916D1BD6BDB9CF04FAA48123F80BE1B883A61ED94884F0D6A763619F4',"tyagi1.silamoney.eth")
app1=App("prod",'26230D5916D1BD6BDB9CF04FAA48123F80BE1B883A61ED94884F0D6A763619F4',"tyagi1.silamoney.eth")

app = Flask(__name__)

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -11,16 +11,16 @@
name='silasdk',


version='0.1.1',
version='0.2',

description='Sila Python library for message signing and api wrapper',

url="https://github.com/Sila-Money/Sila-Python.git",
url="https://github.com/Sila-Money/Sila-Python",

author='Sila',
author_email='support@silamoney.com',

license='MIT',
license='Apache',

classifiers=[

Expand All @@ -37,7 +37,7 @@

],

keywords='Sila v0.1.1 Rest API',
keywords='Sila v0.2 Rest API',

packages=["silasdk"],

Expand Down
2 changes: 1 addition & 1 deletion silasdk/ethwallet.py
Expand Up @@ -5,7 +5,7 @@
class EthWallet():


def createEthWallet(entropy):
def create(entropy):
"""create an ethereum wallet for user
This will generate a private key and ethereum address, that can be used for trasaction,
however this not a recommended way to create your wallets
Expand Down

0 comments on commit 3014723

Please sign in to comment.