File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/manifoldco/promptui v0.9.0
1212 github.com/onflow/cadence v0.23.0
1313 github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831
14- github.com/onflow/fcl-dev-wallet v0.4.1
14+ github.com/onflow/fcl-dev-wallet v0.4.2
1515 github.com/onflow/flow-core-contracts/lib/go/templates v0.11.0
1616 github.com/onflow/flow-emulator v0.30.0
1717 github.com/onflow/flow-go v0.23.2-0.20220304145234-bf10d55c40fa
Original file line number Diff line number Diff line change @@ -1307,8 +1307,8 @@ github.com/onflow/cadence/languageserver v0.16.0/go.mod h1:UPV1so9LcMrhj27IegrTu
13071307github.com/onflow/cadence/languageserver v0.18.2 /go.mod h1:ehuDCUevEEavUzgJqLevcZPjfmTzMBX7Sglbi5ur9uU =
13081308github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 h1:89apbCF/MbTL5ldqYKvwnt8OLN+NuCkdMMJN5clEgrE =
13091309github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 /go.mod h1:sOABh+6LBUWgY6r5iYhu98mDgfiBVTXAKVYHPQV/nvo =
1310- github.com/onflow/fcl-dev-wallet v0.4.1 h1:BDTrPnHFBZgJTJzUnZ7szhxg7k7VhN4mmDYrJj27wbY =
1311- github.com/onflow/fcl-dev-wallet v0.4.1 /go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs =
1310+ github.com/onflow/fcl-dev-wallet v0.4.2 h1:tmYVoWBKunsj+YYY7cI1OyW/xcYaKfY5QtezwXVT19w =
1311+ github.com/onflow/fcl-dev-wallet v0.4.2 /go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs =
13121312github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621 h1:owMor9/wFpw3fua47UkUeDaFwyySK/dIPiNCCyhoO7c =
13131313github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621 /go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c =
13141314github.com/onflow/flow-cli v0.20.3-0.20210512000809-474effb7e7db /go.mod h1:Yh4dgrNiZdXhbU+3UVUmo4gRM0TEBVvhW4ITKVo82dg =
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ func wallet(
7676 fmt .Printf ("%s Starting dev wallet server on port %d\n " , output .SuccessEmoji (), walletFlags .Port )
7777 fmt .Printf ("%s Make sure the emulator is running\n " , output .WarningEmoji ())
7878
79- err = srv .Start ()
80- if err != nil {
81- return nil , err
82- }
83-
79+ srv .Start ()
8480 return nil , nil
8581}
Original file line number Diff line number Diff line change 1- v0.32.1
1+ v0.32.3
You can’t perform that action at this time.
0 commit comments