Skip to content

Commit

Permalink
moved and renamed ethereum Network class
Browse files Browse the repository at this point in the history
  • Loading branch information
inflector committed Dec 8, 2017
1 parent 3e4cef6 commit b9b250c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/sn_agent/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sn_agent.accounting.settings import AccountingSettings
from sn_agent.api import internal_perform_job
from sn_agent.job.job_descriptor import JobDescriptor
from sn_agent.network.sn import MarketJob
from sn_agent.network.ethereum.__init__ import MarketJob


class PriceTooLowException(Exception):
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion agent/sn_agent/network/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, **custom_settings):
self.CLIENT_URL = 'http://testrpc:8545'
self.ACCOUNT_PASSWORD = Required(str)

self.CLASS = 'sn_agent.network.sn.SNNetwork'
self.CLASS = 'sn_agent.network.ethereum.SNNetwork'

self.WEB_HOST = "0.0.0.0"
self.WEB_PORT = 8000
Expand Down

0 comments on commit b9b250c

Please sign in to comment.