Skip to content

Commit df77089

Browse files
committed
sim-rs: fix docs
1 parent d4799d3 commit df77089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/simulation/config.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ export interface Config {
7777
"tx-size-bytes-distribution": Distribution;
7878
/**
7979
* Distribution used to choose the "over-collateralization factor" for a transaction.
80-
* 0 means the transaction is not over-collateralized, n means it has enough extra collateral to be included in n shards.
80+
* An "overcollateralization factor" of n means the TX has enough collateral to be included in n+1 shards.
81+
* A factor of 0 means the TX has enough collateral to be include in 1 shard; i.e. it is not over-collateralized.
8182
* Only supported by Rust simulation. */
8283
"tx-overcollateralization-factor-distribution": Distribution;
8384
/** Only supported by Rust simulation. */

0 commit comments

Comments
 (0)