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 minor typos #1

Open
wants to merge 1 commit into
base: master
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
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ hive.broadcast.transfer(wif, from, to, amount, memo, function(err, result) {
|wif|Active private key for the `from` account|String||
|from|Account name to take asset from|String|No leading @ symbol|
|to|Account name to place asset into|String|No leading @ symbol|
|amount|Amount of of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 HBD"|
|amount|Amount of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 HBD"|
|function()|Your callback|function||

See also: [recurrentTransfer](#recurrent-transfer)
Expand Down Expand Up @@ -2297,7 +2297,7 @@ hive.auth.signMessage(message, privateKey)
# Formatter

### Amount
Formats number and currency to the valid way for sending (for example - it trims the number's floating point remainer to 3 digits only).
Formats number and currency to the valid way for sending (for example - it trims the number's floating point remainder to 3 digits only).

```js
hive.formatter.amount(_amount, asset);
Expand Down