Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/seth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Convert fixed point numbers into parsed integers with the specified number of de

seth --from-fix <decimals> <value>

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`

Expand Down