Skip to content

Commit d09e8d9

Browse files
authored
Merge pull request #482 from onflow/bugfix/dev-wallet
Update fcl-dev wallet
2 parents eba7d88 + a7bbd1e commit d09e8d9

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,8 +1307,8 @@ github.com/onflow/cadence/languageserver v0.16.0/go.mod h1:UPV1so9LcMrhj27IegrTu
13071307
github.com/onflow/cadence/languageserver v0.18.2/go.mod h1:ehuDCUevEEavUzgJqLevcZPjfmTzMBX7Sglbi5ur9uU=
13081308
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 h1:89apbCF/MbTL5ldqYKvwnt8OLN+NuCkdMMJN5clEgrE=
13091309
github.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=
13121312
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621 h1:owMor9/wFpw3fua47UkUeDaFwyySK/dIPiNCCyhoO7c=
13131313
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
13141314
github.com/onflow/flow-cli v0.20.3-0.20210512000809-474effb7e7db/go.mod h1:Yh4dgrNiZdXhbU+3UVUmo4gRM0TEBVvhW4ITKVo82dg=

internal/tools/wallet.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.32.1
1+
v0.32.3

0 commit comments

Comments
 (0)