Skip to content

Commit

Permalink
Merge pull request #482 from onflow/bugfix/dev-wallet
Browse files Browse the repository at this point in the history
Update fcl-dev wallet
  • Loading branch information
sideninja authored Mar 25, 2022
2 parents eba7d88 + a7bbd1e commit d09e8d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/manifoldco/promptui v0.9.0
github.com/onflow/cadence v0.23.0
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831
github.com/onflow/fcl-dev-wallet v0.4.1
github.com/onflow/fcl-dev-wallet v0.4.2
github.com/onflow/flow-core-contracts/lib/go/templates v0.11.0
github.com/onflow/flow-emulator v0.30.0
github.com/onflow/flow-go v0.23.2-0.20220304145234-bf10d55c40fa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1307,8 +1307,8 @@ github.com/onflow/cadence/languageserver v0.16.0/go.mod h1:UPV1so9LcMrhj27IegrTu
github.com/onflow/cadence/languageserver v0.18.2/go.mod h1:ehuDCUevEEavUzgJqLevcZPjfmTzMBX7Sglbi5ur9uU=
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 h1:89apbCF/MbTL5ldqYKvwnt8OLN+NuCkdMMJN5clEgrE=
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831/go.mod h1:sOABh+6LBUWgY6r5iYhu98mDgfiBVTXAKVYHPQV/nvo=
github.com/onflow/fcl-dev-wallet v0.4.1 h1:BDTrPnHFBZgJTJzUnZ7szhxg7k7VhN4mmDYrJj27wbY=
github.com/onflow/fcl-dev-wallet v0.4.1/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/fcl-dev-wallet v0.4.2 h1:tmYVoWBKunsj+YYY7cI1OyW/xcYaKfY5QtezwXVT19w=
github.com/onflow/fcl-dev-wallet v0.4.2/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621 h1:owMor9/wFpw3fua47UkUeDaFwyySK/dIPiNCCyhoO7c=
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
github.com/onflow/flow-cli v0.20.3-0.20210512000809-474effb7e7db/go.mod h1:Yh4dgrNiZdXhbU+3UVUmo4gRM0TEBVvhW4ITKVo82dg=
Expand Down
6 changes: 1 addition & 5 deletions internal/tools/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ func wallet(
fmt.Printf("%s Starting dev wallet server on port %d\n", output.SuccessEmoji(), walletFlags.Port)
fmt.Printf("%s Make sure the emulator is running\n", output.WarningEmoji())

err = srv.Start()
if err != nil {
return nil, err
}

srv.Start()
return nil, nil
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.32.1
v0.32.3

0 comments on commit d09e8d9

Please sign in to comment.