From 689c71dc5d7676002282822e89b163070c513ae9 Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Wed, 24 Aug 2022 12:02:27 +0200 Subject: [PATCH] Set proper minPowScore protocol parameter --- tips/TIP-0032/tip-0032.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips/TIP-0032/tip-0032.md b/tips/TIP-0032/tip-0032.md index a869754d8..2ba87917f 100644 --- a/tips/TIP-0032/tip-0032.md +++ b/tips/TIP-0032/tip-0032.md @@ -62,7 +62,7 @@ transfer amounts in `SMR` denomination.** | Max Block Length | 32768 | dynamic | uint32 | Maximum length of a block in bytes. Limits Tangle storage size and communication costs. | | Max Parents Count | 8 | dynamic | uint32 | Maximum number of parents of a block. | | Min Parents Count | 1 | dynamic | uint32 | Maximum number of parents of a block. | -| Min PoW Score | 4000 | dynamic | uint32 | Minimum PoW score for blocks to pass syntactic validation. | +| Min PoW Score | 1500 | dynamic | uint32 | Minimum PoW score for blocks to pass syntactic validation. | | Below Max Depth | 15 | dynamic | uint8 | Below Max Depth is the maximum allowed delta value between Oldest Cone Root Index (OCRI) of a given block in relation to the current Confirmed Milestone Index (CMI) before it gets lazy. | | | | | | | | Max Shimmer Genesis Supply | 1450896407249092 | static | uint64 | Total amount of Shimmer genesis supply denominated in `glow`. 1 `glow` = 0.000001 `SMR` |