smejak commited on
Commit
72c21f4
·
2 Parent(s): 28ba565 cdb59e9

Merge branch 'main' of https://huggingface.co/spaces/AlgoveraAI/algorithm-web3-wallet into main

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)