Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed Aug 10, 2020
1 parent 5af5915 commit 0189c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mobile/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wallet/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 0189c33

Please sign in to comment.