Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #746

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ StartDate, EndDate
FrozenAmount0 FrozenDays0
> Amount and days of token freeze.
> FrozenAmount0: Must be bigger than 0
> FrozenDays0: Must between 1 and 3653.
> FrozenDays0: Must be between 1 and 3653.

Example:

Expand Down Expand Up @@ -950,15 +950,15 @@ Get the result of the contract execution with the getTransactionInfoById command
}
```

### trigger smart contarct
### trigger smart contract

> TriggerContract [ownerAddress] contractAddress method args isHex fee_limit value token_value token_id

OwnerAddress
> The address of the account that initiated the transaction, optional, default is the address of the login account.

contractAddress
> Smart contarct address
> Smart contract address

method
> The name of function and parameters, please refer to the example
Expand Down Expand Up @@ -1527,7 +1527,7 @@ as: 721d63b074f18d41c147e04c952ec93467777a30b6f16745bc47a8eae5076545
> Import wallet, you need to set a password, hex String format

**ImportWalletByBase64**
> Import wallet, you need to set a password, base64 fromat
> Import wallet, you need to set a password, base64 format

## Account related commands

Expand Down