Skip to content

Commit

Permalink
[sky] [core] refs #231 Fixed error in import packages from FiberCrypt…
Browse files Browse the repository at this point in the history
…oWallet.
  • Loading branch information
hsequeda committed Dec 5, 2019
1 parent acd3d92 commit 2febbfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/coin/skycoin/models/cipher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package skycoin

import (
"encoding/hex"
"github.com/fibercrypto/FiberCryptoWallet/src/core"
"github.com/fibercrypto/fibercryptowallet/src/core"
"github.com/skycoin/skycoin/src/cipher"
"github.com/skycoin/skycoin/src/cipher/base58"
"github.com/stretchr/testify/assert"
Expand Down
1 change: 0 additions & 1 deletion src/coin/skycoin/models/wallet_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package skycoin

import (
"github.com/fibercrypto/FiberCryptoWallet/src/coin/skycoin/params"
"github.com/stretchr/testify/assert"
"io/ioutil"
"math"
Expand Down
4 changes: 2 additions & 2 deletions src/util/parseutil/parseutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package parseutil

import (
"errors"
skycoin "github.com/fibercrypto/FiberCryptoWallet/src/coin/skycoin/models"
"github.com/fibercrypto/FiberCryptoWallet/src/core"
skycoin "github.com/fibercrypto/fibercryptowallet/src/coin/skycoin/models"
"github.com/fibercrypto/fibercryptowallet/src/core"
)

// AddressFromString returns a core.Address if match with string address.
Expand Down

0 comments on commit 2febbfc

Please sign in to comment.