Skip to content

Commit bb1c7b4

Browse files
committed
refactor storage_fee formula
1 parent bc28b4d commit bb1c7b4

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
@@ -39,13 +39,13 @@ You can approximately calculate storage fees for smart contracts using this form
3939

4040
Let's examine each value more closely:
4141

42-
* `price`—price for storage for `time_delta` seconds
42+
* `storage_fee`—price for storage for `time_delta` seconds
4343
* `cells_count`—count of cells used by smart contract
4444
* `bits_count`—count of bits used by smart contract
4545
* `cell_price`—price of single cell
4646
* `bit_price`—price of single bit
4747

48-
Both `cell_price` and `bit_price` could be obtained from Network Config [param 18](https://explorer.toncoin.org/config?workchain=-1&shard=8000000000000000&seqno=22185244&roothash=165D55B3CFFC4043BFC43F81C1A3F2C41B69B33D6615D46FBFD2036256756382&filehash=69C43394D872B02C334B75F59464B2848CD4E23031C03CA7F3B1F98E8A13EE05#configparam18).
48+
Both `cell_price` and `bit_price` could be obtained from Network Config [param 18](/develop/howto/blockchain-configs#param-18).
4949

5050
Current values are:
5151

0 commit comments

Comments
 (0)