Skip to content

Commit

Permalink
Fix import of Seed in IOTAAddressManager
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Nov 17, 2019
1 parent 3e5566a commit 7ba2a51
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package org.hermes.ledgers

import android.content.SharedPreferences
import android.util.Log
import javax.inject.Inject
import javax.inject.Named
import javax.inject.Singleton
import org.hermes.bip44.iota.Seed
import org.hermes.repositories.CryptoRepository
import org.hermes.repositories.SensorRepository
import org.hermes.iota.Seed
import org.iota.jota.pow.SpongeFactory
import org.iota.jota.utils.IotaAPIUtils
import javax.inject.Inject
import javax.inject.Named
import javax.inject.Singleton


class UnknownClient: Exception()
Expand Down

0 comments on commit 7ba2a51

Please sign in to comment.