From 3a6d37c6a278332e024b5d1f66b226f295a38418 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Thu, 8 Dec 2022 02:56:13 -0500 Subject: [PATCH] make jen --- documentation/en/cli-lotus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index d17b915e3..35bc11760 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -2454,7 +2454,8 @@ USAGE: lotus chain invoke-evm-actor [command options] address contract-entry-point [input-data] OPTIONS: - --from value optionally specify the account to use for sending the exec message + --from value optionally specify the account to use for sending the exec message + --value value optionally specify the value to be sent with the invokation message (default: 0) ```