From 3bb12f44179f04570356636d4a4c6f1ab9ccec6e Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Thu, 8 Dec 2022 02:56:45 -0500 Subject: [PATCH] fmt --- cli/chain.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/chain.go b/cli/chain.go index 2eaebb25a..8e8bada52 100644 --- a/cli/chain.go +++ b/cli/chain.go @@ -1667,7 +1667,7 @@ var ChainInvokeEVMCmd = &cli.Command{ &cli.StringFlag{ Name: "from", Usage: "optionally specify the account to use for sending the exec message", - },&cli.IntFlag{ + }, &cli.IntFlag{ Name: "value", Usage: "optionally specify the value to be sent with the invokation message", }, @@ -1729,7 +1729,7 @@ var ChainInvokeEVMCmd = &cli.Command{ fromAddr = addr } - + val := abi.NewTokenAmount(cctx.Int64("value")) msg := &types.Message{ To: addr,