From a3632647e18c3f208e6a80eae280677d08a5da97 Mon Sep 17 00:00:00 2001 From: Ward Bradt Date: Fri, 21 Jan 2022 14:33:15 +0100 Subject: [PATCH] fix typo in --from-fix example --- src/seth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seth/README.md b/src/seth/README.md index 2e52b1202..4863c6218 100644 --- a/src/seth/README.md +++ b/src/seth/README.md @@ -382,7 +382,7 @@ Convert fixed point numbers into parsed integers with the specified number of de seth --from-fix -For example, use `seth --to-fix 6 1` to convert 1 USDC into the parsed quantity of 1,000,000 USDC +For example, use `seth --from-fix 6 1` to convert 1 USDC into the parsed quantity of 1,000,000 USDC ### `seth --from-wei`