Skip to content

Commit 5a54c95

Browse files
authored
Merge pull request #78 from renproject/release/3.0.12
Release 3.0.12
2 parents 730376d + 098bf4f commit 5a54c95

4 files changed

Lines changed: 184 additions & 49 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.11
1+
3.0.12

cmd/down.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func withdraw(ctx *cli.Context) error {
179179
if err != nil {
180180
return err
181181
}
182-
color.Green("Your ETH has been withdrawn from your darknode to [%v]. TxHash: %v.", receiverAddr.Hex(), tx.Hash().Hex())
182+
color.Green("Your ETH has been withdrawn from your darknode to [%v]. TxHash: %v", receiverAddr.Hex(), tx.Hash().Hex())
183183
} else {
184184
return fmt.Errorf("your account has %v wei which is not enough to cover the transaction fee %v on ethereum", balance, gas)
185185
}

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ require (
1414
github.com/multiformats/go-multiaddr v0.1.1
1515
github.com/multiformats/go-multihash v0.0.8
1616
github.com/renproject/aw v0.3.7
17-
github.com/renproject/mercury v0.3.6
17+
github.com/renproject/mercury v0.3.15
1818
github.com/renproject/phi v0.1.0
1919
github.com/sirupsen/logrus v1.4.2
2020
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d // indirect
2121
github.com/urfave/cli v1.22.1
22-
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
22+
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
2323
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2424
google.golang.org/api v0.13.0
25-
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
2625
)

0 commit comments

Comments
 (0)