Skip to content

Commit 29143dd

Browse files
committed
change grams to tons
1 parent 0704e58 commit 29143dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/howto/fees-low-level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function storageFeeCalculator() {
9393

9494
## Forward fees
9595

96-
Internal messages define an `ihr_fee` in Grams, which is subtracted from the value attached to the message and awarded to the validators of the destination shardchain if they include the message by the IHR mechanism. The `fwd_fee` is the original total forwarding fee paid for using the HR mechanism; it is automatically computed from some configuration parameters and the size of the message at the time the message is generated. Notice that the total value carried by a newly-created internal outbound message equals the sum of value, `ihr_fee`, and `fwd_fee`. This sum is deducted from the balance of the source account. Of these components, only value is always credited to the destination account on message delivery. The `fwd_fee` is collected by the validators on the HR path from the source to the destination, and the `ihr_fee` is either collected by the validators of the destination shardchain (if the message is delivered via IHR), or credited to the destination account.
96+
Internal messages define an `ihr_fee` in Toncoins, which is subtracted from the value attached to the message and awarded to the validators of the destination shardchain if they include the message by the IHR mechanism. The `fwd_fee` is the original total forwarding fee paid for using the HR mechanism; it is automatically computed from some configuration parameters and the size of the message at the time the message is generated. Notice that the total value carried by a newly-created internal outbound message equals the sum of value, `ihr_fee`, and `fwd_fee`. This sum is deducted from the balance of the source account. Of these components, only value is always credited to the destination account on message delivery. The `fwd_fee` is collected by the validators on the HR path from the source to the destination, and the `ihr_fee` is either collected by the validators of the destination shardchain (if the message is delivered via IHR), or credited to the destination account.
9797

9898
:::info
9999
`fwd_fee` covers 2/3 of the cost, as 1/3 is allocated to the `action_fee` when the message is created.
@@ -227,7 +227,7 @@ Action fee is deducted from the balance of the source account during processing
227227
These are the actions that lead to pay fees:
228228

229229
* `SENDRAWMSG` sends a raw message.
230-
* `RAWRESERVE` creates an output action which would reserve N nanograms.
230+
* `RAWRESERVE` creates an output action which would reserve N Nanotons.
231231
* `RAWRESERVEX` similar to `RAWRESERVE`, but also accepts a dictionary with extra currencies.
232232
* `SETCODE` creates an output action that would change this smart contract code.
233233
* `SETLIBCODE` creates an output action that would modify the collection of this smart contract libraries by adding or removing library with given code.

0 commit comments

Comments
 (0)