smejak commited on
Commit
1f462ce
·
1 Parent(s): 26acf02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from ocean_lib.ocean.ocean import Ocean
5
  from ocean_lib.web3_internal.wallet import Wallet
6
  from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
7
  from ocean_lib.web3_internal.currency import pretty_ether_and_wei
 
8
 
9
  config = Config('config.ini')
10
  ocean = Ocean(config)
 
5
  from ocean_lib.web3_internal.wallet import Wallet
6
  from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
7
  from ocean_lib.web3_internal.currency import pretty_ether_and_wei
8
+ from wallet import get_wallet
9
 
10
  config = Config('config.ini')
11
  ocean = Ocean(config)