fmt
This commit is contained in:
parent
3a6d37c6a2
commit
3bb12f4417
@ -1667,7 +1667,7 @@ var ChainInvokeEVMCmd = &cli.Command{
|
|||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "from",
|
Name: "from",
|
||||||
Usage: "optionally specify the account to use for sending the exec message",
|
Usage: "optionally specify the account to use for sending the exec message",
|
||||||
},&cli.IntFlag{
|
}, &cli.IntFlag{
|
||||||
Name: "value",
|
Name: "value",
|
||||||
Usage: "optionally specify the value to be sent with the invokation message",
|
Usage: "optionally specify the value to be sent with the invokation message",
|
||||||
},
|
},
|
||||||
@ -1729,7 +1729,7 @@ var ChainInvokeEVMCmd = &cli.Command{
|
|||||||
|
|
||||||
fromAddr = addr
|
fromAddr = addr
|
||||||
}
|
}
|
||||||
|
|
||||||
val := abi.NewTokenAmount(cctx.Int64("value"))
|
val := abi.NewTokenAmount(cctx.Int64("value"))
|
||||||
msg := &types.Message{
|
msg := &types.Message{
|
||||||
To: addr,
|
To: addr,
|
||||||
|
Loading…
Reference in New Issue
Block a user