richardblythman commited on
Commit
11d0b37
·
1 Parent(s): d1d0241

fix second output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def wallet(private_key):
27
  eth_balance = from_wei(ocean.web3.eth.get_balance(address))
28
  ocean_balance = from_wei(OCEAN_token.balanceOf(address))
29
 
30
- return address, address2, mnemonic, eth_balance, ocean_balance
31
 
32
  # def wallet(private_key, did):
33
  # wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)
 
27
  eth_balance = from_wei(ocean.web3.eth.get_balance(address))
28
  ocean_balance = from_wei(OCEAN_token.balanceOf(address))
29
 
30
+ return address, private_key, mnemonic, eth_balance, ocean_balance
31
 
32
  # def wallet(private_key, did):
33
  # wallet = Wallet(ocean.web3, private_key, transaction_timeout=20, block_confirmations=config.block_confirmations)