Skip to content

Commit

Permalink
Fix additional datacoin and metachains_dtc references
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Brandoff committed Nov 13, 2014
1 parent 2258117 commit 048a524
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webcore/webcore_.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def __init__(self):
settings.STORAGE_PATH,
settings.STORAGE_SIZE)

self.coin = metachains_dtc.Datacoin(
settings.DATACOIN_URL,
settings.DATACOIN_USERNAME,
settings.DATACOIN_PASSWORD)
self.coin = metachains.Florincoin(
settings.FLORINCOIN_URL,
settings.FLORINCOIN_USERNAME,
settings.FLORINCOIN_PASSWORD)

self.accounts = accounts.create(
settings.ACCOUNTS_API_ENABLED,
Expand Down

0 comments on commit 048a524

Please sign in to comment.