File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.0.11
1+ 3.0.12
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments