smejak commited on
Commit
cdb59e9
·
1 Parent(s): 1f36683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from wallet import get_wallet
12
 
13
  def w(hello):
14
  account, mnemonic = get_wallet()
15
- return account, mnemonic
16
 
17
  # def wallet(private_key, did):
18
  # wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)
 
12
 
13
  def w(hello):
14
  account, mnemonic = get_wallet()
15
+ return account.address, mnemonic
16
 
17
  # def wallet(private_key, did):
18
  # wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)