diff --git a/mobile/node.go b/mobile/node.go index 3ac6e7c33f..033365259b 100644 --- a/mobile/node.go +++ b/mobile/node.go @@ -46,7 +46,6 @@ import ( "github.com/phoreproject/pm-go/repo" "github.com/phoreproject/pm-go/repo/db" "github.com/phoreproject/pm-go/repo/migrations" - "github.com/phoreproject/pm-go/schema" apiSchema "github.com/phoreproject/pm-go/schema" "github.com/phoreproject/pm-go/storage/selfhosted" "github.com/phoreproject/pm-go/wallet" diff --git a/wallet/builder.go b/wallet/builder.go index ca0e54b714..34e18ea2d1 100644 --- a/wallet/builder.go +++ b/wallet/builder.go @@ -10,6 +10,7 @@ import ( "strings" "time" + "github.com/op/go-logging" "github.com/phoreproject/multiwallet" "github.com/phoreproject/multiwallet/bitcoin" "github.com/phoreproject/multiwallet/bitcoincash" @@ -19,7 +20,6 @@ import ( "github.com/phoreproject/multiwallet/phore" "github.com/phoreproject/multiwallet/util" "github.com/phoreproject/multiwallet/zcash" - "github.com/op/go-logging" "github.com/btcsuite/btcd/chaincfg" "github.com/phoreproject/pm-go/repo"